I have small problem. In UI I use your code for permissions and I always need to reload page to get correct permission.
I set
AclService.setAbilities(aclData);
and in angularJS UI I am checking this permission
ng-show="can('VolumeChanges/All/VolumeHistory/Show')"
but works only when I refresh page?
Did I miss something?
I have small problem. In UI I use your code for permissions and I always need to reload page to get correct permission.
I set
AclService.setAbilities(aclData);
and in angularJS UI I am checking this permission
ng-show="can('VolumeChanges/All/VolumeHistory/Show')"
but works only when I refresh page?
Did I miss something?