Document the bugfix for Crud form handling.

This commit is contained in:
Colin Kuskie 2012-03-06 22:40:48 -08:00
parent 4a8c63ec0a
commit d55f8ee897
2 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- fixed #12334: Company name with : in it breaks email sender identity
- fixed #12328: invalid wgaccess file in uploads
- RFE: 9730 (actually missing documentation)
- fixed: Crud updateFromFormPost
7.10.24
- fixed #12318: asset error causes asset manager to fail

View file

@ -7,6 +7,14 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief.
7.10.25
--------------------------------------------------------------------
* Custom WebGUI plugins written using WebGUI::Crud with hand built forms
should be reviewed. A serious bug in how Crud handles forms has been fixed,
and the side-effect of the bug is now that forms processed by updateFromFormPost
must include ALL fields, otherwise the data in fields which are missing from the
form will be lost.
7.10.24
--------------------------------------------------------------------
* WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version