Actions
Bug #1421
closedRegistrationModel::reset() resets email policy
Start date:
09/05/2012
Due date:
% Done:
0%
Estimated time:
Description
Hello!
I inherited from AuthWidget and reimplemented its createRegistrationModel() method to change email policy of returnig model to EmailMandatory. But if user presses Register, then Cancel and Register again, then email policy is reset to default (optional emial).
My current workaround is to inherit from RegistrationModel and set email policy both in constructor and reset() methods.
IMHO, email policy should not be changed when user re-creates RegistationWidget from AuthWidget.
Wt 3.2.1
Updated by Koen Deforche about 12 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.2.3
Updated by Koen Deforche about 12 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
Fixed in Wt 3.2.3 RC1.
Actions