Fix aggiunta al volo tags

This commit is contained in:
Pek5892 2024-05-10 15:35:33 +02:00
parent c808e25967
commit 058c76fb45
1 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,13 @@ switch (post('op')) {
flash()->info(tr('Nuovo tag aggiunto!'));
}
if (isAjaxRequest()) {
echo json_encode([
'id' => $id_record,
'text' => $nome,
]);
}
break;
case 'delete':