Fix aggiunta al volo tags
This commit is contained in:
parent
c808e25967
commit
058c76fb45
|
@ -53,6 +53,13 @@ switch (post('op')) {
|
||||||
flash()->info(tr('Nuovo tag aggiunto!'));
|
flash()->info(tr('Nuovo tag aggiunto!'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isAjaxRequest()) {
|
||||||
|
echo json_encode([
|
||||||
|
'id' => $id_record,
|
||||||
|
'text' => $nome,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'delete':
|
case 'delete':
|
||||||
|
|
Loading…
Reference in New Issue