mirror of
https://github.com/Dolibarr/dolibarr
synced 2024-11-21 23:22:18 +00:00
fields
This commit is contained in:
parent
e049eb960d
commit
c41459abe4
@ -73,7 +73,7 @@ module.exports = {
|
||||
fields: [
|
||||
{
|
||||
key: 'url',
|
||||
label: 'Url of service without ending-slash',
|
||||
label: 'Url of service without trailing-slash',
|
||||
required: true,
|
||||
type: 'string'
|
||||
},
|
||||
|
@ -126,7 +126,7 @@ class Hook extends CommonObject
|
||||
),
|
||||
'module' => array(
|
||||
'type' => 'varchar(128)',
|
||||
'label' => 'Url',
|
||||
'label' => 'Module',
|
||||
'enabled' => 1,
|
||||
'visible' => 1,
|
||||
'position' => 30,
|
||||
@ -137,7 +137,7 @@ class Hook extends CommonObject
|
||||
),
|
||||
'action' => array(
|
||||
'type' => 'varchar(128)',
|
||||
'label' => 'Url',
|
||||
'label' => 'Action',
|
||||
'enabled' => 1,
|
||||
'visible' => 1,
|
||||
'position' => 30,
|
||||
|
Loading…
Reference in New Issue
Block a user