Mercurial > p > roundup > code
diff CHANGES.txt @ 4304:df7a4400c2ce
Fix linking of an existing item to a newly created item...
...e.g. edit action in web template is name="issue-1@link@msg"
value="msg1" would trigger a traceback about an unbound variable. Add
new regression test for this case.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Dec 2009 19:43:44 +0000 |
| parents | 7aa72c31464d |
| children | e39b88a7150a |
line wrap: on
line diff
--- a/CHANGES.txt Fri Dec 11 22:08:23 2009 +0000 +++ b/CHANGES.txt Mon Dec 14 19:43:44 2009 +0000 @@ -36,7 +36,10 @@ - Fix styling of calendar to make it more usable, fixes issue2550608 - Fix typo in email section of user guide, fixes issue2550607 - Fix WSGI response code (thanks Peter Pöml) - +- Fix linking of an existing item to a newly created item, e.g. + edit action in web template is name="issue-1@link@msg" value="msg1" + would trigger a traceback about an unbound variable. + Add new regression test for this case. 2009-10-09 1.4.10 (r4374)
