monkey-front-core 0.0.190 → 0.0.193
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 +4 -7
- package/fesm2015/monkey-front-core.mjs +3 -6
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -6
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.193.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.190.tgz +0 -0
|
@@ -2191,8 +2191,7 @@ class MonkeyEcxCommonsService {
|
|
|
2191
2191
|
router.navigate([`${route}/company-pendency`.toLowerCase()], {
|
|
2192
2192
|
state: {
|
|
2193
2193
|
pendencyData: arg
|
|
2194
|
-
}
|
|
2195
|
-
skipLocationChange: true
|
|
2194
|
+
}
|
|
2196
2195
|
});
|
|
2197
2196
|
}
|
|
2198
2197
|
}
|
|
@@ -2271,9 +2270,7 @@ class MonkeyEcxCommonsService {
|
|
|
2271
2270
|
console.error('Router must be declared');
|
|
2272
2271
|
}
|
|
2273
2272
|
else {
|
|
2274
|
-
router?.navigate([`/app/pages/${routes[statusCode]}`.toLowerCase()]
|
|
2275
|
-
skipLocationChange: true
|
|
2276
|
-
});
|
|
2273
|
+
router?.navigate([`/app/pages/${routes[statusCode]}`.toLowerCase()]);
|
|
2277
2274
|
}
|
|
2278
2275
|
}
|
|
2279
2276
|
handlePaginationOptions() {
|
|
@@ -2403,7 +2400,7 @@ class MonkeyEcxCommonsService {
|
|
|
2403
2400
|
otherArgs?.callbackMain();
|
|
2404
2401
|
}
|
|
2405
2402
|
}
|
|
2406
|
-
else if (allowedByProgram) {
|
|
2403
|
+
else if (!allowedByProgram) {
|
|
2407
2404
|
this.navigateToErrorPage(404, otherArgs?.router);
|
|
2408
2405
|
}
|
|
2409
2406
|
else if (pend.hasPendencies) {
|