1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento hook ed email

This commit is contained in:
Thomas Zilio
2019-08-26 18:02:05 +02:00
parent 27c97da691
commit ebea9ea807
42 changed files with 844 additions and 703 deletions

View File

@@ -114,6 +114,16 @@ switch (get('op')) {
break;
case 'prepare-hook':
$hook_id = filter('id');
$hook = Hook::find($hook_id);
$response = $hook->prepare();
echo json_encode($response);
break;
case 'flash':
$response = flash()->getMessages();