From 816c16d99b736833272378d380c918a1cfa130e2 Mon Sep 17 00:00:00 2001 From: Luciano Righetti Date: Fri, 23 Jul 2021 12:04:46 +0200 Subject: [PATCH] fix: wrong input name --- app/View/OrgBlocklists/add.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/OrgBlocklists/add.ctp b/app/View/OrgBlocklists/add.ctp index 562e6c5b8..cb4d97c3f 100644 --- a/app/View/OrgBlocklists/add.ctp +++ b/app/View/OrgBlocklists/add.ctp @@ -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.
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',