[Rt-commit] rt branch, 4.4/remove-download-user-links-on-create, created. rt-4.4.3-153-g02c1994e05

? sunnavy sunnavy at bestpractical.com
Fri Dec 21 08:43:23 EST 2018


The branch, 4.4/remove-download-user-links-on-create has been created
        at  02c1994e0512c3eb4ecf2a789977cca9d9d706ed (commit)

- Log -----------------------------------------------------------------
commit 02c1994e0512c3eb4ecf2a789977cca9d9d706ed
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Dec 21 21:40:52 2018 +0800

    No need to show "Download User ..." buttons on user create page

diff --git a/share/html/Admin/Users/Modify.html b/share/html/Admin/Users/Modify.html
index d5e331c294..ef06d3d381 100644
--- a/share/html/Admin/Users/Modify.html
+++ b/share/html/Admin/Users/Modify.html
@@ -232,7 +232,9 @@
 % }
 </form>
 
+% unless ( $Create ) {
 <& /User/Elements/RelatedData, UserObj => $UserObj &>
+% }
 <%INIT>
 
 my $UserObj = RT::User->new($session{'CurrentUser'});

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


More information about the rt-commit mailing list