Changes between Initial Version and Version 2 of Ticket #13006
- Timestamp:
- Dec 21, 2016, 9:24:02 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13006
-
Property
Trac Release
changed from
to
1.2
-
Property
Trac Release
changed from
-
Ticket #13006 – Description
initial v2 1 1 I introduce the document in accordance with the realization of the project, to the application of a problem. 2 https://trac-hacks.org/wiki/CodeReviewerPlugin#Workflow-fieldvalidation2 wiki:CodeReviewerPlugin#Workflow-fieldvalidation 3 3 4 4 My project workflow is as follows: 5 5 {{{ 6 6 accept = new -> assigned 7 7 accept.default = 997 … … 46 46 review.operations = set_owner 47 47 review.permissions = TICKET_MODIFY 48 48 }}} 49 49 50 50 51 51 The control document attempts to configure the following, but without success. 52 52 {{{ 53 53 [ticket-custom] 54 54 phase = select … … 58 58 phase.invalid_if.2 = closed 59 59 phase.invalid_when.2 = .codereviewstatus:last .failed 60 }}}