Skip to content

Commit d55f8ee

Browse files
committedMar 7, 2012
Document the bugfix for Crud form handling.
1 parent 4a8c63e commit d55f8ee

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎docs/changelog/7.x.x.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- fixed #12334: Company name with : in it breaks email sender identity
77
- fixed #12328: invalid wgaccess file in uploads
88
- RFE: 9730 (actually missing documentation)
9+
- fixed: Crud updateFromFormPost
910

1011
7.10.24
1112
- fixed #12318: asset error causes asset manager to fail

‎docs/gotcha.txt

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ upgrading from one version to the next, or even between multiple
77
versions. Be sure to heed the warnings contained herein as they will
88
save you many hours of grief.
99

10+
7.10.25
11+
--------------------------------------------------------------------
12+
* Custom WebGUI plugins written using WebGUI::Crud with hand built forms
13+
should be reviewed. A serious bug in how Crud handles forms has been fixed,
14+
and the side-effect of the bug is now that forms processed by updateFromFormPost
15+
must include ALL fields, otherwise the data in fields which are missing from the
16+
form will be lost.
17+
1018
7.10.24
1119
--------------------------------------------------------------------
1220
* WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version

0 commit comments

Comments
 (0)