From 09f53409bf172a3d6452d992e3afce7cd7879f12 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 28 May 2015 15:44:19 +0800 Subject: Bug 1146787: "take" buttons missing in edit mode --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index fa87066fd..095724e67 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -455,7 +455,7 @@ [% IF unassigned %] Unassigned [% IF bug.check_can_change_field("assigned_to", 0, 1) %] - + [% END %] [% ELSE %] [% INCLUDE bug_modal/user.html.tmpl u=bug.assigned_to %] @@ -465,6 +465,11 @@ field = bug_fields.assigned_to field_type = constants.FIELD_TYPE_USER hide_on_view = 1 + action = { + class = "take-btn" + caption = "Take" + hidden = bug.assigned_to.id == user.id || !user.in_group("editbugs") + } append_content = 1 default = bug.component_obj.default_assignee.login %] -- cgit v1.2.3-24-g4f1b