Block quick switch users not properly saved
deviantintegral - September 2, 2009 - 03:01
| Project: | Masquerade |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
#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 |

#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.