WebGUI::Session::Scratch->delete now acts more like Perl's delete()fix: redirectAfterLogin wouldn't work if displayLogin called from WebGUI::Operation::execute

This commit is contained in:
Doug Bell 2006-11-07 08:13:23 +00:00
parent 776a6bfdcc
commit e68f609850
3 changed files with 22 additions and 4 deletions

View file

@ -42,6 +42,9 @@
- fix: WebGUI::Operation::ProductManager added a tab with wrong name.
- fix: WebGUI::Operation::Commerce www_selectPaymentGateway no longer forces
user to choose gateway if they are only authorized to use one
- WebGUI::Session::Scratch->delete now returns the value deleted for
convenience, like Perl's built-in delete() function.
- fix: Auth redirectOnLogin wouldn't work if login called from Operation::execute()
7.1.3
- fix: SQLReport now returns error if can't find DatabaseLink