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:
parent
c808e25967
commit
058c76fb45
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user