Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
821767cc
Commit
821767cc
authored
Mar 29, 2016
by
Côme Chilliet
Browse files
Fixes
#4640
Object links to other branches were not working
parent
24e76158
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/class_management.inc
View file @
821767cc
...
...
@@ -145,6 +145,7 @@ class management
*/
function
execute
()
{
global
$config
;
// Ensure that html posts and gets are kept even if we see a 'Entry islocked' dialog.
$vars
=
array
(
'/^act$/'
,
'/^listing/'
,
'/^PID$/'
,
'/^FILTER_PID$/'
);
session
::
set
(
'LOCK_VARS_TO_USE'
,
$vars
);
...
...
@@ -167,6 +168,7 @@ class management
// Pre-render list to init things if a dn is gonna be opened on first load
if
(
isset
(
$_REQUEST
[
'dn'
]))
{
$this
->
headpage
->
setBase
(
$config
->
current
[
'BASE'
]);
$this
->
headpage
->
filter
->
setCurrentScope
(
'sub'
);
$this
->
renderList
();
}
...
...
mhamant
@mhamant
mentioned in issue
#1479 (closed)
·
Sep 02, 2017
mentioned in issue
#1479 (closed)
mentioned in issue #1479
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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