[Erp5-report] r9853 - /erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/DMSFi...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 12 21:31:32 CEST 2006


Author: bartek
Date: Tue Sep 12 21:31:29 2006
New Revision: 9853

URL: http://svn.erp5.org?rev=9853&view=rev
Log:
fixed so that it does not raise exception when sthg is None

Modified:
    erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/DMSFile_view/my_contributor_list.xml

Modified: erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/DMSFile_view/my_contributor_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/DMSFile_view/my_contributor_list.xml?rev=9853&r1=9852&r2=9853&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/DMSFile_view/my_contributor_list.xml (original)
+++ erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/DMSFile_view/my_contributor_list.xml Tue Sep 12 21:31:29 2006
@@ -317,7 +317,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: here.getContributorTitleList()+here.getContributorNameList()</string> </value>
+            <value> <string>python: (here.getContributorTitleList() or [])+(here.getContributorNameList() or [])</string> </value>
         </item>
       </dictionary>
     </pickle>




More information about the Erp5-report mailing list