Opened 5 years ago

Last modified 5 years ago

#13575 closed defect

Groups with Upper case letter are not recognized — at Version 1

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: DynamicFieldsPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.2

Description (last modified by Ryan J Ollos)

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.

Change History (1)

comment:1 Changed 5 years ago by Ryan J Ollos

Description: modified (diff)
Status: newaccepted
Note: See TracTickets for help on using tickets.