From ff222adc4a6cb0349f7642d61bb63d2ff970607c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 13 Jul 2007 18:10:39 +0000 Subject: =?UTF-8?q?Bug=20385415:=20Bugs=20marked=20as=20duplicate=20or=20m?= =?UTF-8?q?oved=20to=20another=20installation=20always=20go=20to=20the=20R?= =?UTF-8?q?ESOLVED=20state,=20even=20if=20the=20workflow=20has=20RESOLVED?= =?UTF-8?q?=20excluded=20from=20it=20(or=20if=20this=20bug=20status=20has?= =?UTF-8?q?=20been=20removed=20or=20renamed).=20Some=20major=20problems=20?= =?UTF-8?q?related=20to=20the=20workflow=20when=20upgrading=20or=20install?= =?UTF-8?q?ing=203.1=20are=20also=20fixed=20here=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?UTF-8?q?/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/params/bugchange.html.tmpl | 3 +++ template/en/default/admin/workflow/edit.html.tmpl | 19 ++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index 022e0cac1..0b2f42c6d 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -25,6 +25,9 @@ %] [% param_descs = { + duplicate_or_move_bug_status => "When $terms.abug is marked as a duplicate of another one " _ + "or is moved to another installation, use this $terms.bug status." + letsubmitterchoosepriority => "If this is on, then people submitting $terms.bugs can " _ "choose an initial priority for that ${terms.bug}. " _ "If off, then all $terms.bugs initially have the default " _ diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl index d602171a1..68e16a022 100644 --- a/template/en/default/admin/workflow/edit.html.tmpl +++ b/template/en/default/admin/workflow/edit.html.tmpl @@ -69,12 +69,14 @@ [% FOREACH new_status = statuses %] [% IF status.id != new_status.id %] - + [%+ "checked='checked'" IF checked || mandatory %] + [%+ "disabled='disabled'" IF mandatory %]> [% ELSE %]   @@ -84,6 +86,17 @@ [% END %] +

+ When [% terms.abug %] is marked as a duplicate of another one or is moved + to another installation, the [% terms.bug %] status is automatically set to + [% Param("duplicate_or_move_bug_status") FILTER html %]. All transitions to + this [% terms.bug %] status must then be valid (this is the reason why you cannot edit + them above).
+ Note: you can change this setting by visiting the + Parameters + page and editing the duplicate_or_move_bug_status parameter. +

+

-- cgit v1.2.1