- fix: op=saveSettings broken
This commit is contained in:
parent
edaa6c463a
commit
47e6e65dd1
6 changed files with 390 additions and 239 deletions
|
|
@ -18,6 +18,7 @@
|
|||
- fix: No Help link icon in Matrix edit page
|
||||
- fix: Problems with In/Out Board (labeling only)
|
||||
- fix: Adding HTTP Proxy
|
||||
- fix: op=saveSettings broken
|
||||
- fix: EMS Discount Pass Not Applied
|
||||
- fix: Commerce checkout confirmation very confusing
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,17 @@ 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.
|
||||
|
||||
6.99.4
|
||||
--------------------------------------------------------------------
|
||||
|
||||
* A bug was just discovered in the WebGUI::Auth API in that it was
|
||||
missing the editUserSettingsFormSave() method. If you have
|
||||
built your own auth module, then you need to add this method
|
||||
or your auth settings will not save. See WebGUI::Auth::WebGUI
|
||||
for an example of how to do this. If you are not using custom
|
||||
auth, then don't worry about this.
|
||||
|
||||
|
||||
6.99.0
|
||||
--------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue