Opened 12 years ago
Closed 12 years ago
#2411 closed defect (bug) (duplicate)
Widget flag options not working on frontend
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | trunk |
Component: | API - Widgets | Keywords: | has-patch |
Cc: | stephen@… |
Description
Since r708874, the widget flag options such as "show user", "show date" have started using true/false, instead of 'on' to signify if the option is turned on or not. However, in the current trunk, the widget() functions to display on the frontend still look for "on". Changing them to true solves the problem.
Patch attached (although I work in git)
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
patch