[Erp5-report] r30549 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 13 12:18:14 CET 2009


Author: tatuya
Date: Fri Nov 13 12:18:13 2009
New Revision: 30549

URL: http://svn.erp5.org?rev=30549&view=rev
Log:
2009-11-13 Tatuya
* Fix the domain name listbox on Tranlsation tab in Portal Type Information to show the content_translation domain.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_viewTranslation/listbox_domain_name.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_viewTranslation/listbox_domain_name.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_viewTranslation/listbox_domain_name.xml?rev=30549&r1=30548&r2=30549&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_viewTranslation/listbox_domain_name.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_viewTranslation/listbox_domain_name.xml [utf8] Fri Nov 13 12:18:13 2009
@@ -124,7 +124,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: [(\'\',\'\')] + [(x,x) for x in here.getPortalObject().Localizer.objectIds()]</string> </value>
+            <value> <string>python: [(x,x) for x in here.getTranslationDomainNameList()]</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=30549&r1=30548&r2=30549&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log [utf8] Fri Nov 13 12:18:13 2009
@@ -1,3 +1,6 @@
+2009-11-13 Tatuya
+* Fix the domain name listbox on Tranlsation tab in Portal Type Information to show the content_translation domain.
+
 2009-10-15 Ivan
 * Add system preference for enabling hiding listbox rows if no search criterion is present.
 

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=30549&r1=30548&r2=30549&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Fri Nov 13 12:18:13 2009
@@ -1,1 +1,1 @@
-1370
+1371




More information about the Erp5-report mailing list