Open jlamur opened 7 years ago
MaskBuilder masks are hardcoded here.
MaskBuilder
Also, masks used to determine if the VIEW permission is granted are usually determined with the PermissionMap.
VIEW
PermissionMap
However, since the masks are hardcoded, the permission map is ignored.
I will open a PR to fix this.
MaskBuilder
masks are hardcoded here.Also, masks used to determine if the
VIEW
permission is granted are usually determined with thePermissionMap
.However, since the masks are hardcoded, the permission map is ignored.
I will open a PR to fix this.