Edgewall Software

Changes between Initial Version and Version 4 of Ticket #12252


Ignore:
Timestamp:
Nov 19, 2015, 10:20:38 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Replying to Ryan J Ollos:

Also modified TicketSystem.reset_ticket_fields to clear the cached property custom_fields, which was an issue discovered after writing the test.

It looks like this isn't needed outside of test execution since the environment is recreated when the trac.ini file contents change. Changing the [ticket-custom] definition will therefore result in recomputing the cached ticket fields and custom fields.

In the test case I'll just explicitly del TicketSystem(self.env).custom_fields.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12252

    • Property Owner set to Ryan J Ollos
    • Property Status newassigned
    • Property Milestone1.2
  • Ticket #12252 – Release Notes

    initial v4  
     1Tickets created before a custom field was added have the default value provided in the custom field definition.