update commit

This commit is contained in:
2018-01-26 13:50:10 -03:00
parent 67fef8e184
commit 8f03d38d16
15 changed files with 169 additions and 9 deletions
+2
View File
@@ -7,6 +7,8 @@ import Ember from 'ember'
# export default DunlopCan.extend
# # allow all epots scoped model on read adpter permission
# custom_compute: (permission, type, target, roles) ->
# return true if 'manage-adapter-epots' in roles
#
# if permission is 'read' and type is 'model' and target.match(/^epots/)
# return 'read-adapter-epots' in roles
# false