monkey-front-core 0.0.373 → 0.0.374
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/services/commons/monkeyecx-commons.service.mjs +2 -6
- package/fesm2015/monkey-front-core.mjs +1 -5
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -5
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.374.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.373.tgz +0 -0
|
@@ -2883,16 +2883,12 @@ class MonkeyEcxCommonsService {
|
|
|
2883
2883
|
if (MonkeyEcxUtils.persistNullEmptyUndefined(hasFlag)) {
|
|
2884
2884
|
if (!hasFlag) {
|
|
2885
2885
|
this.navigateToErrorPage(404, otherArgs?.router);
|
|
2886
|
-
return;
|
|
2887
2886
|
}
|
|
2888
2887
|
}
|
|
2889
|
-
otherArgs?.callbackMain();
|
|
2890
2888
|
}
|
|
2891
2889
|
});
|
|
2892
2890
|
}
|
|
2893
|
-
|
|
2894
|
-
otherArgs?.callbackMain();
|
|
2895
|
-
}
|
|
2891
|
+
otherArgs?.callbackMain();
|
|
2896
2892
|
}
|
|
2897
2893
|
else if (!allowedByProgram) {
|
|
2898
2894
|
this.navigateToErrorPage(404, otherArgs?.router);
|