mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
🚨 fix llx_webhook_target-webhook.sql 🚨 (#31364)
* fix llx_webhook_target-webhook.sql * Update llx_webhook_target-webhook.sql * Update llx_webhook_target-webhook.sql * fix phan --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -63,9 +63,9 @@ $left = ($langs->trans("DIRECTION") == 'rtl' ? 'right' : 'left');*/
|
||||
* Actions
|
||||
*/
|
||||
|
||||
if ($action == 'aaa') { // Test on permission not required here. Test will be done on the targeted page.
|
||||
//
|
||||
}
|
||||
// if ($action == 'aaa') { // Test on permission not required here. Test will be done on the targeted page.
|
||||
|
||||
// }
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -32,6 +32,6 @@ CREATE TABLE llx_webhook_target(
|
||||
connection_method varchar(255) NULL, -- to store the way to authenticate to the webhook
|
||||
connection_data varchar(255) NULL, -- to store the data to use to authenticate to the webhook
|
||||
trigger_codes text NULL, -- list of selected trigger that must call the webhook
|
||||
trigger_stack text -- json object to store trigger to be send manually
|
||||
trigger_stack text -- json object to store trigger to be sent manually
|
||||
-- END MODULEBUILDER FIELDS
|
||||
) ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user