[Bps-public-commit] rt-extension-switchusers branch master updated. 0.07-1-ge7fdc43
BPS Git Server
git at git.bestpractical.com
Wed Apr 3 21:10:05 UTC 2024
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-extension-switchusers".
The branch, master has been updated
via e7fdc4312d2c2080a0d635d2d52f31c18c9a1420 (commit)
from 9e73f69f40c2049f868a66d4eab49cf9f195070a (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 e7fdc4312d2c2080a0d635d2d52f31c18c9a1420
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Apr 3 17:09:20 2024 -0400
Document the usage of user cf "Switch Users Accounts" a bit more
diff --git a/README b/README
index b750e70..c1a9302 100644
--- a/README
+++ b/README
@@ -3,7 +3,9 @@ NAME
DESCRIPTION
This extension provides a way to switch current logged in user to others
- defined in user custom field "Switch Users Accounts".
+ defined in user custom field "Switch Users Accounts", which contains a
+ list of user names (one name per line) that can be modified on admin
+ user or "About me" pages.
RT VERSION
Works with RT 5
diff --git a/lib/RT/Extension/SwitchUsers.pm b/lib/RT/Extension/SwitchUsers.pm
index cab1a8a..bbb350e 100644
--- a/lib/RT/Extension/SwitchUsers.pm
+++ b/lib/RT/Extension/SwitchUsers.pm
@@ -173,7 +173,9 @@ RT-Extension-SwitchUsers - Switch current logged in user to others
=head1 DESCRIPTION
This extension provides a way to switch current logged in user to others
-defined in user custom field "Switch Users Accounts".
+defined in user custom field "Switch Users Accounts", which contains a list
+of user names (one name per line) that can be modified on admin user or
+"About me" pages.
=head1 RT VERSION
-----------------------------------------------------------------------
Summary of changes:
README | 4 +++-
lib/RT/Extension/SwitchUsers.pm | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
rt-extension-switchusers
More information about the Bps-public-commit
mailing list