From 23cc51685c5479d487d6416bc7e414e3f8aa60c1 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 4 Nov 2018 16:36:12 -0500 Subject: Add user interface for issue assignment This allows users to add assignees when posting to an issue. A dropdown is revealed which contains the pad owner and all members. Signed-off-by: Malf Furious --- app/view/issue.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'app/view') diff --git a/app/view/issue.php b/app/view/issue.php index 67f5627..5f1c518 100644 --- a/app/view/issue.php +++ b/app/view/issue.php @@ -126,6 +126,32 @@ require_once "class/issue.class.php"; + + + + +
+
+ + + +
+ +
-- cgit v1.2.3