From fc60c1ef031a6084bcb43c8aa020fcd0e57d0226 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Fri, 10 Jul 2015 06:05:08 +0000 Subject: [PATCH] Task Fields Perms --- include/i18n/en_US/form.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/i18n/en_US/form.yaml b/include/i18n/en_US/form.yaml index cea0b559c..9a807a05e 100644 --- a/include/i18n/en_US/form.yaml +++ b/include/i18n/en_US/form.yaml @@ -191,7 +191,7 @@ fields: - type: text # notrans name: title # notrans - flags: 0x470B1 + flags: 0x470A1 sort: 1 label: Title configuration: @@ -199,7 +199,7 @@ length: 50 - type: thread # notrans name: description # notrans - flags: 0x450B3 + flags: 0x450F3 sort: 2 label: Description hint: Details on the reason(s) for creating the task. -- GitLab