[Rt-commit] rt branch, 4.0/moreaboutrequestorextrainfo-doc, created. rt-4.0.2-237-g50fba6a
Alex Vandiver
alexmv at bestpractical.com
Fri Oct 28 16:22:40 EDT 2011
The branch, 4.0/moreaboutrequestorextrainfo-doc has been created
at 50fba6a338b99ee76b71f179b3e01df267c4120d (commit)
- Log -----------------------------------------------------------------
commit 50fba6a338b99ee76b71f179b3e01df267c4120d
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Oct 25 12:16:51 2011 -0400
Show an example of what you can say here
As developers, we know what a Format string is, but most admins don't
know what we mean (I'm not sure why I didn't provide an example when I
originally wrote this doc).
This should also grow an explanation of _LocalAccessible and what fields
aren't available to non-admins by default.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 0de7307..c302460 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1255,6 +1255,9 @@ extra information about the user, this expects a Format string of user
attributes. Please note that not all the attributes are supported in
this display because we're not building a table.
+Example:
+C<Set($MoreAboutRequestorExtraInfo,"Organization, Address1")>
+
=cut
Set($MoreAboutRequestorExtraInfo, "");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list