Posted by deviantintegral on September 2, 2009 at 3:01am
Jump to:
| Project: | Masquerade |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
#415800: Masquerade quick switch menu link doesn't appear broke saving quick switch users. The previous logic relied on the submit function being called before the system form submit function, which is no longer the case. This patch explicitly saves the variable during our custom submit function.
| Attachment | Size |
|---|---|
| block_quick_switch_variable_save.patch | 782 bytes |
Comments
#1
Excellent work! That did the job for me. Thanks!
#2
I've committed this to 6.x-1.x-dev.
#3
Confirmed - the fix works for me too.