[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% INCLUDE global/header.html.tmpl title = "Comments Required on Status Transitions" style_urls = ['skins/standard/admin.css'] %]

This page allows you to define which status transitions require a comment by the user doing the change.

[% FOREACH status = statuses %] [% END %] [%# This defines the entry point in the workflow %] [% p = [{id => 0, name => "{Start}", is_open => 1}] %] [% FOREACH status = p.merge(statuses) %] [% FOREACH new_status = statuses %] [% IF workflow.${status.id}.${new_status.id}.defined %] [% ELSE %] [% END %] [% END %] [% END %]
  To
From   [% display_value("bug_status", status.name) FILTER html %]
[% display_value("bug_status", status.name) FILTER html %]  

- Cancel Changes - View Current Workflow

[% INCLUDE global/footer.html.tmpl %]