Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 4356:05a65559d873 1.4.13
undo regression in 1.4.12: Multilink edit fields lose their values
(thanks Will Maier)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 19 Feb 2010 05:09:38 +0000 |
| parents | 663664c4e626 |
| children | 11d9f3f98897 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Wed Feb 10 03:42:32 2010 +0000 +++ b/roundup/cgi/templating.py Fri Feb 19 05:09:38 2010 +0000 @@ -2164,6 +2164,7 @@ k = linkcl.labelprop(1) value = lookupKeys(linkcl, k, value) value = ','.join(value) + kwargs["value"] = value return self.input(name=self._formname, size=size, **kwargs)
