Mercurial > p > roundup > code
diff CHANGES.txt @ 4992:b562df8a5056
Fix form-parsing for multilinks
If multiple new items are added to a multilink property, the old version
would create the new items but only link one.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Sun, 21 Jun 2015 21:20:10 +0200 |
| parents | 63574f1f3570 |
| children | ae12b4b3ea9e |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 21 20:55:21 2015 +0200 +++ b/CHANGES.txt Sun Jun 21 21:20:10 2015 +0200 @@ -162,6 +162,9 @@ Suggested by Karl-Philipp Richter. (Bernhard Reiter) - issue2550884 roundup-mailgw --help text improved to explain the allowed parameters better. Suggested by by Karl-Philipp Richter. (Bernhard Reiter) +- Fix form-parsing: If multiple new items are added to a multilink + property, the old version would create the new items but only link + one. (Ralf Schlatterbeck) 2013-07-06: 1.5.0
