Commit 06f8b480 authored by Yusei Tahara's avatar Yusei Tahara

2010-10-08 yusei

* Fix BaseType_viewTranslation. getTranslationDomainNameList method used by listbox_domain_name was moved to property sheet tool.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38987 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e77c17fc
......@@ -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>
......
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.
......
1740
\ No newline at end of file
1741
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment