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
1f536678
Commit
1f536678
authored
Dec 03, 2013
by
Côme Bernigaud
Committed by
Benoit Mortier
Dec 03, 2013
Browse files
Fixes:
#1922
Added foreignKeys in departments
parent
c0f06f2a
Changes
6
Hide whitespace changes
Inline
Side-by-side
plugins/admin/departments/class_country.inc
View file @
1f536678
...
...
@@ -37,6 +37,9 @@ class country extends department
'tabClass'
=>
'deptabs'
,
'mainAttr'
=>
self
::
$namingAttr
,
)),
'plForeignKeys'
=>
array
(
'manager'
=>
'user'
),
'plProvidedAcls'
=>
parent
::
generatePlProvidedAcls
(
self
::
getAttributesInfo
())
);
...
...
plugins/admin/departments/class_dcObject.inc
View file @
1f536678
...
...
@@ -38,6 +38,9 @@ class dcObject extends department
'tabClass'
=>
'deptabs'
,
'mainAttr'
=>
self
::
$namingAttr
,
)),
'plForeignKeys'
=>
array
(
'manager'
=>
'user'
),
'plProvidedAcls'
=>
parent
::
generatePlProvidedAcls
(
self
::
getAttributesInfo
())
);
...
...
plugins/admin/departments/class_department.inc
View file @
1f536678
...
...
@@ -45,6 +45,9 @@ class department extends simplePlugin
'mainAttr'
=>
self
::
$namingAttr
,
)
),
'plForeignKeys'
=>
array
(
'manager'
=>
'user'
),
'plProvidedAcls'
=>
parent
::
generatePlProvidedAcls
(
self
::
getAttributesInfo
())
);
...
...
plugins/admin/departments/class_domain.inc
View file @
1f536678
...
...
@@ -38,6 +38,9 @@ class domain extends department
'tabClass'
=>
'deptabs'
,
'mainAttr'
=>
self
::
$namingAttr
,
)),
'plForeignKeys'
=>
array
(
'manager'
=>
'user'
),
'plProvidedAcls'
=>
parent
::
generatePlProvidedAcls
(
self
::
getAttributesInfo
())
);
...
...
plugins/admin/departments/class_locality.inc
View file @
1f536678
...
...
@@ -38,6 +38,9 @@ class locality extends department
'tabClass'
=>
'deptabs'
,
'mainAttr'
=>
self
::
$namingAttr
,
)),
'plForeignKeys'
=>
array
(
'manager'
=>
'user'
),
'plProvidedAcls'
=>
parent
::
generatePlProvidedAcls
(
self
::
getAttributesInfo
())
);
...
...
plugins/admin/departments/class_organization.inc
View file @
1f536678
...
...
@@ -38,6 +38,9 @@ class organization extends department
'tabClass'
=>
'deptabs'
,
'mainAttr'
=>
self
::
$namingAttr
,
)),
'plForeignKeys'
=>
array
(
'manager'
=>
'user'
),
'plProvidedAcls'
=>
parent
::
generatePlProvidedAcls
(
self
::
getAttributesInfo
())
);
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#672 (closed)
·
Sep 02, 2017
mentioned in issue
#672 (closed)
mentioned in issue #672
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