Form::Date::toHtml was coded to set value tgo the default this caused

the default value to be displayed in some cases.
This commit is contained in:
David Delikat 2009-04-11 23:11:38 +00:00
parent dc0f5a9fea
commit 4c7e1b4cfd
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
7.7.4
- fixed #10122: fixed date object to not change the value in 'toHtml' function.
- fixed #9764: drag drop now uses the handle for 'pickup' rather than the whole object.
- Default Survey Question bundles now store full answer information in json. Everything configured in an answer will be saved in a default configuration.
- Survey [[question variable]] now returns the shown answer text for multiple choice questions, and the recorded value for non-multiple choice questions.