[Rt-commit] rt branch 5.0/document-config-userassetextrainfo created. rt-5.0.2-59-g426d4e39e0

BPS Git Server git at git.bestpractical.com
Thu Jan 27 22:27:32 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 created
        at  426d4e39e0585646171c02c23c7a6a0c4d94c802 (commit)

- Log -----------------------------------------------------------------
commit 426d4e39e0585646171c02c23c7a6a0c4d94c802
Author: Brad Embree <brad at bestpractical.com>
Date:   Wed Jan 26 13:04:00 2022 -0800

    Document UserAssetExtraInfo

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index b0b0c5cc65..20ccad0221 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -3258,6 +3258,20 @@ set on any assets, RT's behavior may be inconsistent.
 
 Set($AssetMultipleOwner, 0);
 
+=item C<$UserAssetExtraInfo>
+
+By default the People portlet on the asset display page shows the Name field
+for each user. Set this value with additional fields from the user record to
+show more information about the users. The value is a string with the columns
+from the Users table that you would like to show separated by commas. For
+example, to show the user's email, city, state, and zip:
+
+    Set($UserAssetExtraInfo, 'EmailAddress, City, State, Zip');
+
+=cut
+
+Set($UserAssetExtraInfo, '');
+
 =back
 
 =head2 Message box properties

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list