Changes between Initial Version and Version 1 of Ticket #13575


Ignore:
Timestamp:
Jul 18, 2019, 7:05:51 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13575

    • Property Status changed from new to accepted
  • Ticket #13575 – Description

    initial v1  
    11The following does not work:
     2{{{#!ini
    23*.show_if_group = Testgroup
     4}}}
    35
    46This, in turn, works:
     7{{{#!ini
    58*.show_if_group = testgroup
     9}}}
    610
    7 Solution: remove "action.islower()" in line 370 in rules.py
     11Solution: remove `action.islower()` in line 370 in `rules.py`.