[Rt-commit] rt branch, 4.0/moreaboutrequestorextrainfo-doc, created. rt-4.0.2-190-g5be5f8d

Kevin Falcone falcone at bestpractical.com
Tue Oct 25 12:18:09 EDT 2011


The branch, 4.0/moreaboutrequestorextrainfo-doc has been created
        at  5be5f8dcfcbfe098cbd8f4ed4f03d6b6fdd9713a (commit)

- Log -----------------------------------------------------------------
commit 5be5f8dcfcbfe098cbd8f4ed4f03d6b6fdd9713a
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 2604f21..15e8d5b 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