rez_core 2.1.82 → 2.1.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "2.1.82",
3
+ "version": "2.1.83",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -181,7 +181,7 @@ export class ModuleAccessService {
181
181
  console.log('resolveStatus', resolveStatus, 'school', school);
182
182
 
183
183
  console.log("BEFRORE")
184
- if (!school || school.status == resolveStatus.id || 'INACTIVE') {
184
+ if (!school || school.status == resolveStatus.id ) {
185
185
  // Return only VIEW permissions
186
186
  console.log("ANDAR")
187
187
  return allPermissions.filter((perm) => perm.action === 'VIEW');