mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-3217] initial project scaffold for the Folder Rules (#2566)
* initial project scaffold * visibility rules placeholders * custom scope for rules evaluators * unit tests and minor improvements * update e2e * add write permission check * update e2e * update e2e * enable the env variable * fix tests * update e2e * fix e2e
This commit is contained in:
@@ -117,7 +117,7 @@ export class AppExtensionService implements RuleContext {
|
||||
protected loader: ExtensionLoaderService,
|
||||
protected extensions: ExtensionService,
|
||||
public permissions: NodePermissionService,
|
||||
protected appConfig: AppConfigService,
|
||||
public appConfig: AppConfigService,
|
||||
protected matIconRegistry: MatIconRegistry,
|
||||
protected sanitizer: DomSanitizer,
|
||||
protected logger: LogService
|
||||
|
Reference in New Issue
Block a user