1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-18 04:20:50 +01:00

Fix aggiunta al volo tags

This commit is contained in:
Pek5892 2024-05-10 15:35:33 +02:00
parent c808e25967
commit 058c76fb45

View File

@ -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':