Modify ↓
Opened 14 years ago
Closed 14 years ago
#6927 closed defect (fixed)
plugin doesn't remember 12h checkbox value
| Reported by: | flaimo | Owned by: | boman |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin openinghourseditor | Version: | tested |
| Keywords: | Cc: |
Description (last modified by )
two things:
- i thing it would be better to uncheck the 12h checkbox by default, since the majority on this planet uses the 24h system.
- if a user changes the checkbox, the state should be remembered permanently until he changes it again. right now the checkbox is checked every time i start the openinghours editor, which gets annoying rather quickly.
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
implemented in Changeset [o26838]
Note:
See TracTickets
for help on using tickets.



You are right, the check-box is checked on every start depending on whether your localization uses the 12h or 24h mode.
Saving the state of the check-box is a very good idea. I will try to implement this functionality.