[Rt-commit] rt branch, 4.6/responsive, updated. rt-4.6.0-pre1-107-g309321394
? sunnavy
sunnavy at bestpractical.com
Mon Dec 10 17:04:49 EST 2018
The branch, 4.6/responsive has been updated
via 309321394c34b297eb11589c066564f4099242a2 (commit)
from a91ad6b41d69c2eadbac553b8d248be8594d959c (commit)
Summary of changes:
share/html/NoAuth/css/rudder-responsive/BeforeNav | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 309321394c34b297eb11589c066564f4099242a2
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Dec 11 05:45:10 2018 +0800
Fix Nav tweaking for installer mode
Menu is undef in installer mode.
diff --git a/share/html/NoAuth/css/rudder-responsive/BeforeNav b/share/html/NoAuth/css/rudder-responsive/BeforeNav
index 5c4a6e490..669515ebe 100644
--- a/share/html/NoAuth/css/rudder-responsive/BeforeNav
+++ b/share/html/NoAuth/css/rudder-responsive/BeforeNav
@@ -46,6 +46,8 @@
%#
%# END BPS TAGGED BLOCK }}}
<%INIT>
+return unless Menu; # In case we are in Installer mode
+
my $app_overflow = Menu->child( overflow => title => loc('More'), sort_order => 99999);
# add a child element to make sure we get a dropdown indicator
$app_overflow->child(will_be_deleted => raw_html => '');
-----------------------------------------------------------------------
More information about the rt-commit
mailing list