Modify

Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#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 9 years ago by Ryan J Ollos

Summary: Access deprecated protected variableUses deprecated protected variable

comment:2 Changed 9 years ago by Dirk Stöcker

Resolution: fixed
Status: newclosed

In 14508:

fix deprecated value access, fix #12249

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Dirk Stöcker.
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.