Modify ↓
#12249 closed task (fixed)
Uses deprecated protected variable
Reported by: | Ryan J Ollos | Owned by: | Dirk Stöcker |
---|---|---|---|
Priority: | normal | Component: | TracIniAdminPanelPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
The plugin uses the deprecated protected variable trac.config._TRUE_VALUES
, which was removed in [trac 13891]: traciniadminpanelplugin/trunk/inieditorpanel/web_ui.py@14233:523#L516. You can probably use as_bool
from trac.util
instead. See [trac 10315#file2] for example.
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by
Summary: | Access deprecated protected variable → Uses deprecated protected variable |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 14508: