This commit is contained in:
Frédéric FRANCE 2020-10-29 23:42:51 +01:00
parent e049eb960d
commit c41459abe4
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ module.exports = {
fields: [ fields: [
{ {
key: 'url', key: 'url',
label: 'Url of service without ending-slash', label: 'Url of service without trailing-slash',
required: true, required: true,
type: 'string' type: 'string'
}, },

View File

@ -126,7 +126,7 @@ class Hook extends CommonObject
), ),
'module' => array( 'module' => array(
'type' => 'varchar(128)', 'type' => 'varchar(128)',
'label' => 'Url', 'label' => 'Module',
'enabled' => 1, 'enabled' => 1,
'visible' => 1, 'visible' => 1,
'position' => 30, 'position' => 30,
@ -137,7 +137,7 @@ class Hook extends CommonObject
), ),
'action' => array( 'action' => array(
'type' => 'varchar(128)', 'type' => 'varchar(128)',
'label' => 'Url', 'label' => 'Action',
'enabled' => 1, 'enabled' => 1,
'visible' => 1, 'visible' => 1,
'position' => 30, 'position' => 30,