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
ff53ef3b
Commit
ff53ef3b
authored
Mar 17, 2017
by
Côme Chilliet
Browse files
Fixes
#5410
Do not save FILTER_PID without saving other filter POST vars
parent
070af9a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_simpleManagement.inc
View file @
ff53ef3b
...
...
@@ -526,7 +526,7 @@ class simpleManagement
function
execute
()
{
// Ensure that html posts and gets are kept even if we see a 'Entry islocked' dialog.
$vars
=
array
(
'/^act$/'
,
'/^listing/'
,
'/^PID$/'
,
'/^FILTER_PID$/'
);
$vars
=
array
(
'/^act$/'
,
'/^listing/'
,
'/^PID$/'
);
session
::
set
(
'LOCK_VARS_TO_USE'
,
$vars
);
/* Display the copy & paste dialog, if it is currently open */
...
...
mhamant
@mhamant
mentioned in issue
#1727 (closed)
·
Sep 02, 2017
mentioned in issue
#1727 (closed)
mentioned in issue #1727
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