Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 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.

Attachments (0)

Change History (6)

comment:1 Changed 5 years ago by Ryan J Ollos

Description: modified (diff)
Status: newaccepted

comment:2 Changed 5 years ago by Ryan J Ollos

In 17424:

TracPrivateTickets 2.4.0dev: Fix groups with uppercase characters not recognized

Issue discovered in copied code for DynamicFieldsPlugin.

Refs #13575.

Version 0, edited 5 years ago by Ryan J Ollos (next)

comment:3 Changed 5 years ago by Ryan J Ollos

In 17425:

TracDynamicFields 2.3.0dev: Fix groups with uppercase characters not recognized

Add compatibility code for Trac >= 1.3.3.

Refs #13575.

Last edited 5 years ago by Ryan J Ollos (previous) (diff)

comment:4 Changed 5 years ago by Ryan J Ollos

In 17426:

TracHideVals 2.0dev: Fix groups with uppercase characters not recognized

Issue discovered in copied code for DynamicFieldsPlugin.

Refs #13575.

Last edited 5 years ago by Ryan J Ollos (previous) (diff)

comment:5 Changed 5 years ago by Ryan J Ollos

In 17427:

TracPrivateReports 1.2.0dev: Fix groups with uppercase characters not recognized

Issue discovered in copied code for DynamicFieldsPlugin.

Refs #13575.

Last edited 5 years ago by Ryan J Ollos (previous) (diff)

comment:6 Changed 5 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.