Changes between Initial Version and Version 1 of Ticket #22502, comment 2


Ignore:
Timestamp:
Apr 24, 2014, 3:40:39 AM (11 years ago)
Author:
Stephen Burrows

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22502, comment 2

    initial v1  
    44
    55Regarding the first vs. second page render: On the second page render, since the form is now bound, ```BoundField.value()``` returns the submitted data for the hidden initial value (as well as the displayed value) instead of the old initial value. Which seems a bit odd, since it means that data changes on any field with show_hidden_initial will first cause validation errors and then (on resubmit) simply be ignored. (That being said, I don't know that there would be a better way to handle this kind of data.)
    6 
    7 (P.S. this bug is maybe related to #12139?)
Back to Top