Mercurial > p > roundup > code
diff CHANGES.txt @ 4877:2ba982dcdf2c
New Link / Multilink option "try_id_parsing"
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 28 Mar 2014 16:47:36 +0100 |
| parents | 74b24b14071a |
| children | ca692423e401 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Mar 28 15:14:29 2014 +0100 +++ b/CHANGES.txt Fri Mar 28 16:47:36 2014 +0100 @@ -26,6 +26,11 @@ much better to use timezone names. (Thomas Arendsen Hein) - issue2550793: Wrap messages with very long lines in the web interface. (Thomas Arendsen Hein) +- New Link / Multilink option "try_id_parsing": Sometimes the key of a + class can be numeric -- in that case roundup will try to parse the + value as an ID when evaluating form values -- not as a key. Specifying + try_id_parsing='no' for these Link/Multilink will skip the ID step, + default is 'yes'. Fixed:
