CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Add hook into entity permissions to allows for more control over access permissions #294

Open adam-clarey opened 8 years ago

adam-clarey commented 8 years ago

Simply adds a hook call if the core permissions deny access to view an entity for contrib modules to override.

It's currently only on entity view but could easily be extended to update/delete etc