Setup
Ember FW ACL has one of the more complicated setups of our other apps. Part of this is because in order for Ember FW ACL to work properly, you must first have setup the serverside Addon, Access Control, so make sure to check out Access Control | Setup. After you have setup the Serverside, you are ready to setup the client side. The first part is relatively easy, and all that is needed is simply to add @bennerinformatics/ember-fw-acl
to client/package.json
file using the normal way of adding a yarn dependency, as documented here. After you have completed this, every time you have an Access Control database migration, you will need to change the appropriate model.js files, as described here. Additionally, every time you add a new resource, you will need to configure a new Access Control modal to control it, as described here.