Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11639, comment 1


Ignore:
Timestamp:
Aug 3, 2014, 6:37:47 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11639, comment 1

    initial v1  
    11PluginIssue - th:TimingAndEstimationPlugin.
    22
    3 In [12826] we removed the deprecated `db` parameter from `execute`. th:TimingAndEstimationPlugin simply needs to chenge line 54 in `timingandestimationplugin/tande_filters.py`:
     3In [12826] we removed the deprecated `db` parameter from `execute`. th:TimingAndEstimationPlugin simply needs to change line 54 in `timingandestimationplugin/tande_filters.py`:
    44{{{#!diff
    55-results = query.execute(req, self.env.get_read_db())