Verified Commit 125e29e7 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(supann) Activate ACLs for operational attributes

issue #5999
Showing with 2 additions and 2 deletions
+2 -2
......@@ -36,7 +36,7 @@ class entite extends simplePlugin
]],
'plSearchAttrs' => ['description', 'supannCodeEntiteParent'],
'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo())
'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo(), TRUE)
];
}
......
......@@ -37,7 +37,7 @@ class etablissement extends simplePlugin
]],
'plSearchAttrs' => ['description', 'supannEtablissement', 'eduOrgLegalName'],
'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo())
'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo(), TRUE)
];
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment