Opened 4 years ago
Closed 4 years ago
#1485982 closed Bugs (fixed)
subscriptions_option (plugin) checkbox remains checked
| Reported by: | JocelynDelalande | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | User Interface | Version: | git-master |
| Severity: | major | Keywords: | plugin interface |
| Cc: |
Description
If I'm not wrong about subscriptions_option plugin behavior, it's buggy in last trunk (r2764).
If user selects "Use IMAP Subscriptions" and then "Save", the checkbox will still be checked, it seems impossible for the user to disable it.
The attached patch solves it.
Attachments (1)
Change History (2)
Changed 4 years ago by JocelynDelalande
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.3-stable
- Resolution set to fixed
- Status changed from new to closed
Fixed in [4439d2a8].
Note: See
TracTickets for help on using
tickets.

patch to repair the checkbox (a var was overwritten and always true)