[Rt-commit] rt branch 5.0/document-config-userassetextrainfo updated. rt-5.0.2-60-g088e612cb5

BPS Git Server git at git.bestpractical.com
Fri Feb 4 21:57:47 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/document-config-userassetextrainfo has been updated
       via  088e612cb5e9830ee49570e4493e4b066a5186a1 (commit)
      from  426d4e39e0585646171c02c23c7a6a0c4d94c802 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 088e612cb5e9830ee49570e4493e4b066a5186a1
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Feb 4 16:57:07 2022 -0500

    Set the widget for display on web config page

diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 6286872212..45d66d2244 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -2030,6 +2030,9 @@ our %META;
     MoreAboutRequestorTicketListFormat => {
         Widget => '/Widgets/Form/MultilineString',
     },
+    UserAssetExtraInfo => {
+        Widget => '/Widgets/Form/MultilineString',
+    },
     UserDataResultFormat => {
         Widget => '/Widgets/Form/MultilineString',
     },

-----------------------------------------------------------------------

Summary of changes:
 lib/RT/Config.pm | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list