chg: [organisations:add] Added notice about UUID reuse

refacto/CRUDComponent
Sami Mokaddem 2023-02-24 10:05:58 +01:00
parent 73c4baac31
commit 22c460575e
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
array(
'field' => '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(
'field' => 'url'