Commit d228fc61 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Version was not displayed properly in Component view.

parent dcd4fba5
......@@ -108,7 +108,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getPortalObject().getVersionPriorityNameList()</string> </value>
<value> <string>python: [(v, v) for v in here.getPortalObject().getVersionPriorityNameList()]</string> </value>
</item>
</dictionary>
</pickle>
......
2013-07-04 arnaud.fontaine
* ZODB Components: Version was not displayed properly in Component view.
2013-07-04 arnaud.fontaine
* ZODB Components: Do not always display bt5 Migrate Action.
......
41114
\ No newline at end of file
41115
\ 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