chg: [organisations:add] Added notice about UUID reuse
parent
73c4baac31
commit
22c460575e
|
@ -10,7 +10,8 @@
|
||||||
array(
|
array(
|
||||||
'field' => 'uuid',
|
'field' => 'uuid',
|
||||||
'label' => 'UUID',
|
'label' => 'UUID',
|
||||||
'type' => 'uuid'
|
'type' => 'uuid',
|
||||||
|
'tooltip' => __('If the Organisation already has a known UUID in another application such as MISP or another Cerebrate, please re-use this one.'),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'field' => 'url'
|
'field' => 'url'
|
||||||
|
|
Loading…
Reference in New Issue