@open-rlb/ng-app 3.1.23 → 3.1.24
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.
|
@@ -1674,6 +1674,7 @@ class CompanyInterceptor {
|
|
|
1674
1674
|
}
|
|
1675
1675
|
const currentApp = this.store.selectSignal(state => state[appContextFeatureKey].currentApp)();
|
|
1676
1676
|
const data = currentApp?.data;
|
|
1677
|
+
console.log('CompanyInterceptor - currentApp data:', data);
|
|
1677
1678
|
const mapping = this.config.acl?.interceptorMapping || {};
|
|
1678
1679
|
let params = req.params;
|
|
1679
1680
|
for (const key of Object.keys(mapping)) {
|