monkey-front-core 0.0.620 → 0.0.621
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/esm2020/lib/core/interfaces/monkeyecx-store.mjs +1 -1
- package/esm2020/lib/core/services/store/monkeyecx-store-base.service.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +1 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/interfaces/monkeyecx-store.d.ts +1 -1
- package/monkey-front-core-0.0.621.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.620.tgz +0 -0
|
@@ -6552,7 +6552,7 @@ class MonkeyEcxCommonsStoreBaseService extends MonkeyEcxCommonsService {
|
|
|
6552
6552
|
};
|
|
6553
6553
|
if (href) {
|
|
6554
6554
|
if (dispatchLoadAction) {
|
|
6555
|
-
this.store.dispatch(action.load({ url: href, skipClear: true }));
|
|
6555
|
+
this.store.dispatch(action.load({ url: href, skipClear: true, identifier: '' }));
|
|
6556
6556
|
}
|
|
6557
6557
|
else {
|
|
6558
6558
|
this.loadData(href);
|