Commit 812b0dbc authored by Tatuya Kamada's avatar Tatuya Kamada

2009-11-13 Tatuya

* Fix the domain name listbox on Tranlsation tab in Portal Type Information to show the content_translation domain.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30549 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 85ae42a0
......@@ -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>
......
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.
......
1370
\ No newline at end of file
1371
\ 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