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
fusiondirectory
fusiondirectory
Commits
9479823d
Commit
9479823d
authored
Dec 03, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Dec 03, 2014
Browse files
Fixes
#3493
fixed departement cache cleaning after department creation
parent
1126034b
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/admin/departments/class_departmentManagement.inc
View file @
9479823d
...
...
@@ -65,10 +65,11 @@ class departmentManagement extends simpleManagement
function
refreshDeps
()
{
global
$config
;
global
$config
,
$ui
;
$config
->
get_departments
();
$config
->
make_idepartments
();
$this
->
config
=
$config
;
$ui
->
reset_acl_cache
();
$headpage
=
$this
->
getHeadpage
();
$headpage
->
refreshBasesList
();
}
...
...
jakal
@jakal
mentioned in issue
#1165 (closed)
·
Sep 02, 2017
mentioned in issue
#1165 (closed)
mentioned in issue #1165
Toggle commit list
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