[Erp5-report] r38987 yusei - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 8 03:55:40 CEST 2010


Author: yusei
Date: Fri Oct  8 03:55:40 2010
New Revision: 38987

URL: http://svn.erp5.org?rev=38987&view=rev
Log:
2010-10-08 yusei
* Fix BaseType_viewTranslation. getTranslationDomainNameList method used by listbox_domain_name was moved to property sheet tool.

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=38987&r1=38986&r2=38987&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 Oct  8 03:55:40 2010
@@ -118,7 +118,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: [(x,x) for x in here.getTranslationDomainNameList()]</string> </value>
+            <value> <string>python: [(x,x) for x in here.portal_property_sheets.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=38987&r1=38986&r2=38987&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 Oct  8 03:55:40 2010
@@ -1,3 +1,6 @@
+2010-10-08 yusei
+* Fix BaseType_viewTranslation. getTranslationDomainNameList method used by listbox_domain_name was moved to property sheet tool.
+
 2010-09-28 nicolas.dumazet
 * add portal type Event so that temporary Event objects can be created by NotificationTool
 * document abstract portal types usage.

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=38987&r1=38986&r2=38987&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Fri Oct  8 03:55:40 2010
@@ -1 +1 @@
-1740
\ No newline at end of file
+1741
\ No newline at end of file




More information about the Erp5-report mailing list