Code

Fix linking of an existing item to a newly created item, e.g. edit
[roundup.git] / CHANGES.txt
index 4d08af625838b6392e0c63c8d835019471ba3e8d..7cafd2b38f3334fb3e89fedfc65d761a20bbde1a 100644 (file)
@@ -36,7 +36,10 @@ Fixes:
 - 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)