Mercurial > p > roundup > code
diff CHANGES.txt @ 4846:3e36a3bc0335
issue2550822: Fix showing more than one additional property in class menu
Report and patch provided by James Mack:
| I had the following option in one of my templates:
| tal:content="structure python:context.propname.menu(additional=
| ['propname1', 'propname2'])"
|
| I expected this to display both propname1 and propname2 in the menu. It
| only displayed propname2.
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Wed, 13 Nov 2013 11:12:21 +0100 |
| parents | 110ac45875ab |
| children | e68920390aad |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 13 09:36:18 2013 +0100 +++ b/CHANGES.txt Wed Nov 13 11:12:21 2013 +0100 @@ -39,6 +39,8 @@ - executable .py scripts need "#!/usr/bin/env python", add this to demo.py, remove exec bits from website/wiki/wiki/data/plugin/theme/roundup.py (Thomas Arendsen Hein) +- issue2550822: Fix showing more than one additional property in class menu + (James Mack) 2013-07-06: 1.5.0
