Changes between Initial Version and Version 1 of Ticket #13282, comment 3
- Timestamp:
- May 4, 2020, 12:23:18 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13282, comment 3
initial v1 103 103 }}} 104 104 105 With this change, `ITicketManipulator` has methods that get called before (`validate_ticket`/`validate_comment`) and after (`apply_side_effects` or `apply_ticket_side_effects` to avoid name clashes) ticket changes. 106 105 107 Thoughts?