[Rt-commit] rt branch 5.0/make-custom-role-tooltips-consistent created. rt-5.0.1-609-g92f56a7872

BPS Git Server git at git.bestpractical.com
Fri Aug 27 16:23:05 UTC 2021


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/make-custom-role-tooltips-consistent has been created
        at  92f56a78727bcc60c02b320d47c414f1a44e8906 (commit)

- Log -----------------------------------------------------------------
commit 92f56a78727bcc60c02b320d47c414f1a44e8906
Author: craig kaiser <craig at bestpractical.com>
Date:   Fri Aug 27 11:48:11 2021 -0400

    Default to hiding ShowEntryHint for MultiUserRoleInput
    
    Other core roles in RT do not show the entry hint text under the
    tooltip, custom roles should default to not showing this text as well
    for consistency.

diff --git a/share/html/Elements/MultiUserRoleInput b/share/html/Elements/MultiUserRoleInput
index 9e756f7f0e..2e40fb17d2 100644
--- a/share/html/Elements/MultiUserRoleInput
+++ b/share/html/Elements/MultiUserRoleInput
@@ -56,5 +56,5 @@
 <%ARGS>
 $role
 $Ticket => undef
-$ShowEntryHint => 1
+$ShowEntryHint => 0
 </%ARGS>

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list