-
Describe your application resources and actions using
acl_resources
model inside main application. See example -
Register
acl_resources
model in Registry. See example -
Create 2 extra fields in controller:
-
Login into Admin UI, create and configure your roles (
/admin/acl_roles
) and permissions (/admin/acl_permissions
) -
Assign created roles to users using a
Permissions
tab in a user edit UI
-
Configure Export fields and aliases (future column names) in your CRUD Controller:
this._xlsExportFields = [{field: '_id', column: 'ID'}, {field: 'name', column: 'Doctor Name'}];
-
Use
exportActionUrl
in views to export
How to upgrade to new logging: