fix: wrong input name

pull/7571/head
Luciano Righetti 2021-07-23 12:04:46 +02:00
parent 277ed2cfb7
commit 816c16d99b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ echo $this->element('genericElements/Form/genericForm', [
'description' => __('Blocklisting an organisation prevents the creation of any event by that organisation on this instance as well as syncing of that organisation\'s events to this instance. It does not prevent a local user of the blocklisted organisation from logging in and editing or viewing data. <br/>Paste a list of all the organisation UUIDs that you want to add to the blocklist below (one per line).'),
'fields' => [
[
'field' => 'org_uuid',
'field' => 'uuids',
'label' => __('UUIDs'),
'div' => 'input clear',
'class' => 'input-xxlarge',