mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'bug/delete_maquina' into 'main'
Arreglada url delete See merge request jjimenez/safekat!861
This commit is contained in:
@ -60,7 +60,7 @@ class MaquinasList {
|
|||||||
if (!Number.isNaN(Number(self.deleteModal.getData()))) {
|
if (!Number.isNaN(Number(self.deleteModal.getData()))) {
|
||||||
|
|
||||||
new Ajax(
|
new Ajax(
|
||||||
'/maquinas/delete/' + dataId,
|
'/configuracion/maquinas/delete/' + dataId,
|
||||||
{
|
{
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user