Skip to content

Commit

Permalink
Document the bugfix for Crud form handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Mar 7, 2012
1 parent 4a8c63e commit d55f8ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/7.x.x.txt
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions docs/gotcha.txt
Expand Up @@ -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
Expand Down

0 comments on commit d55f8ee

Please sign in to comment.