retrieve active eperson at component construct for checkboxes

This commit is contained in:
Marie Verdonck
2020-03-17 19:22:33 +01:00
parent 30d46bedf2
commit 32dfaa17b3
4 changed files with 21 additions and 8 deletions

View File

@@ -21,6 +21,9 @@ import { EPersonFormComponent } from './epeople-registry/eperson-form/eperson-fo
],
entryComponents: []
})
/**
* This module handles all components related to the access control pages
*/
export class AdminAccessControlModule {
}