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