HOTFIX: #6943 hotFix_AddressObservation_crud #945

Merged
jsegarra merged 2 commits from hotFix_AddressObservation_crud into master 2024-11-15 13:14:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2e2a118627 - Show all commits

View File

@ -191,7 +191,7 @@ const getDateColor = (date) => {
urlCreate: 'Orders/new',
title: t('module.cerateOrder'),
onDataSaved: (url) => {
tableRef.redirect(url);
tableRef.redirect(`${url}/catalog`);
},
formInitialData: {
active: true,