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
0197df01
Commit
0197df01
authored
Jan 19, 2017
by
Côme Chilliet
Browse files
Fixes
#946
Removed an other occurence of plugin class
parent
004e96f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_simpleManagement.inc
View file @
0197df01
...
...
@@ -529,9 +529,7 @@ class simpleManagement extends management
/*!
* \brief Save object modifications and closes dialogs (returns to object listing).
* - Calls 'tab::check' to validate the given input.
* - Calls 'tab::save' to save back object modifications (e.g. to ldap).
* - Calls 'management::remove_locks' to remove eventually created locks.
* - Calls 'simpleTabs::save' to save back object modifications (e.g. to ldap).
* - Calls 'management::closeDialogs' to return to the object listing.
*/
protected
function
saveChanges
()
...
...
@@ -552,7 +550,7 @@ class simpleManagement extends management
$this
->
remove_lock
();
$this
->
closeDialogs
();
}
}
elseif
(
$this
->
dialogObject
instanceOf
p
lugin
)
{
}
elseif
(
$this
->
dialogObject
instanceOf
simpleP
lugin
)
{
$this
->
dialogObject
->
save_object
();
$msgs
=
$this
->
dialogObject
->
check
();
if
(
count
(
$msgs
))
{
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#350 (closed)
·
Sep 02, 2017
mentioned in issue
#350 (closed)
mentioned in issue #350
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