Roundup Tracker - Issues

Message4949

Author jmack
Recipients jmack
Date 2013-11-12.20:33:52
Message-id <1384288436.36.0.676207342312.issue2550822@psf.upfronthosting.co.za>
In-reply-to
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.

I found some errors in roundup/cgi/templating.py and fixed them. A revised 
1.5.0 templating.py is attached. The changes are to the section "if 
additional:" in the LinkHTMLProperty.menu() method.
History
Date User Action Args
2013-11-12 20:33:56jmacksetrecipients: + jmack
2013-11-12 20:33:56jmacksetmessageid: <1384288436.36.0.676207342312.issue2550822@psf.upfronthosting.co.za>
2013-11-12 20:33:56jmacklinkissue2550822 messages
2013-11-12 20:33:56jmackcreate