Roundup Tracker - Issues

Message5625

Author rouilj
Recipients ajaksu2, rouilj, tobias-herp
Date 2016-06-25.23:58:36
Message-id <1466899116.69.0.774676672769.issue1513369@psf.upfronthosting.co.za>
In-reply-to
After getting to some code, it looks like id's added using:

  kwargs.setdefault("id", self._formname)

will let the template creator override using

  .../field(id=mumble)

but it looks like there are some id's in the patch that can't be overridden.

So this may need a little work,
History
Date User Action Args
2016-06-25 23:58:36rouiljsetmessageid: <1466899116.69.0.774676672769.issue1513369@psf.upfronthosting.co.za>
2016-06-25 23:58:36rouiljsetrecipients: + rouilj, tobias-herp, ajaksu2
2016-06-25 23:58:36rouiljlinkissue1513369 messages
2016-06-25 23:58:36rouiljcreate