[Rt-commit] rt branch document-config-userassetextrainfo created. rt-5.0.2-59-g629defb873
BPS Git Server
git at git.bestpractical.com
Wed Jan 26 21:05:18 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, document-config-userassetextrainfo has been created
at 629defb8739a8563ac2c5fdc84dc46bd232169af (commit)
- Log -----------------------------------------------------------------
commit 629defb8739a8563ac2c5fdc84dc46bd232169af
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..17c06edef2 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -3258,6 +3258,21 @@ 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 only shows the names for
+the related users. By setting this value more information about the users can
+be shown. The value is a string with the columns from the Users table that you
+would like to show seperated by commas.
+
+e.g. 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