8197-remove-backwards_compatibility #1583
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1583
Loading…
Reference in New Issue
No description provided.
Delete Branch "8197-remove-backwards_compatibility"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -265,4 +260,0 @@
matched: [{ meta: { menu: 'customer' } }],
};
const result = vm.betaGetRoutes();
Ya no existe la funcion
@ -133,3 +129,3 @@
const currentRoute = route.matched[1];
const currentModule = toLowerCamel(currentRoute.name);
let moduleDef = routes.find((route) => toLowerCamel(route.name) === currentModule);
let moduleDef;
se unifica
moduleDef?
Y si lo nombramos module? o module? o moduleConfig?