Mercurial > p > roundup > code
diff CHANGES.txt @ 5179:e8b3d3a14563
- issue2550796: Calendar and Classhelp selection tools don't cause
onchange event to be triggered.
Using the helper popups for modifying lists of users, lists of
issues, dates etc.. now trigger the change event on the form's
field. This allows onchange javascript to trigger to highlight
changes, recalculate other form values etc. See ``upgrading.txt``
for details on applying these changes to your tracker.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 28 Jan 2017 20:58:19 -0500 |
| parents | e1e40674a0bc |
| children | 496f30da72f8 dc657fbbc790 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jan 24 16:58:05 2017 +1100 +++ b/CHANGES.txt Sat Jan 28 20:58:19 2017 -0500 @@ -149,6 +149,13 @@ - Number properties now have an optional attribute use_double to request double precision float as the storage type for this property. (Ralf Schlatterbeck) +- issue2550796: Calendar and Classhelp selection tools don't cause + onchange event to be triggered. + Using the helper popups for modifying lists of users, lists of + issues, dates etc.. now trigger the change event on the form's + field. This allows onchange javascript to trigger to highlight + changes, recalculate other form values etc. See ``upgrading.txt`` + for details on applying these changes to your tracker. (John Rouillard) Fixed:
