@wolkabout/commons 0.0.48 → 0.0.49

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.
@@ -267,7 +267,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
267
267
  }] });
268
268
 
269
269
  function isContextAccessible(authority, isMainContext) {
270
- return authority.mainContext === isMainContext;
270
+ return !isMainContext || authority.contextId === 1;
271
271
  }
272
272
 
273
273
  var DataType;