Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
1669a8cc
Commit
1669a8cc
authored
Sep 04, 2017
by
Clément OUDOT
Browse files
Use the correct session parameter for appsListOrder (#1292)
parent
f65ba074
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Display.pm
View file @
1669a8cc
...
...
@@ -158,7 +158,7 @@ sub display {
AUTH_USER
=>
$req
->
{
sessionInfo
}
->
{
$self
->
conf
->
{
portalUserAttr
}
},
NEWWINDOW
=>
$self
->
conf
->
{
portalOpenLinkInNewWindow
},
LOGOUT_URL
=>
$self
->
conf
->
{
portal
}
.
"
?logout=1
",
APPSLIST_ORDER
=>
$req
->
{
sessionInfo
}
->
{'
appsListOrder
'},
APPSLIST_ORDER
=>
$req
->
{
sessionInfo
}
->
{'
_
appsListOrder
'},
PING
=>
$self
->
conf
->
{
portalPingInterval
},
REQUIRE_OLDPASSWORD
=>
$self
->
conf
->
{
portalRequireOldPassword
},
HIDE_OLDPASSWORD
=>
0
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment