Modify ↓
#13575 closed defect (fixed)
Groups with Upper case letter are not recognized
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | DynamicFieldsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description (last modified by )
The following does not work:
*.show_if_group = Testgroup
This, in turn, works:
*.show_if_group = testgroup
Solution: remove action.islower()
in line 370 in rules.py
.
Attachments (0)
Change History (6)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Status: | new → accepted |
comment:6 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In 17424: