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
314bd6db
Commit
314bd6db
authored
Sep 02, 2013
by
Côme Bernigaud
Committed by
Benoit Mortier
Sep 02, 2013
Browse files
Fixes:
#2691
fixed gosaLoginRestriction handling
parent
e0c369d6
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/personal/generic/class_user.inc
View file @
314bd6db
...
...
@@ -800,7 +800,8 @@ class user extends plugin
/* Sync lists */
$this
->
gosaLoginRestrictionWidget
->
save_object
();
if
(
$this
->
gosaLoginRestrictionWidget
->
isModified
())
{
$this
->
gosaLoginRestriction
=
array_values
(
$this
->
gosaLoginRestrictionWidget
->
getMaintainedData
());
$this
->
gosaLoginRestriction
=
array_values
(
$this
->
gosaLoginRestrictionWidget
->
getMaintainedData
());
$this
->
gosaLoginRestrictionWidget
->
setListData
(
$this
->
gosaLoginRestrictionWidget
->
getMaintainedData
());
}
/* Save government mode attributes */
...
...
dani
@dani
mentioned in issue
#922 (closed)
·
Sep 02, 2017
mentioned in issue
#922 (closed)
mentioned in issue #922
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