From b6b4310da4ef9a35ae576713c33414acfa1d024f Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Wed, 27 Sep 2023 12:05:48 +0200 Subject: [PATCH] chg: [indexes] Added `select all` option for some tables --- templates/Broods/index.php | 1 + templates/Individuals/index.php | 1 + templates/MetaTemplates/index.php | 1 + templates/OrgGroups/index.php | 1 + templates/Organisations/index.php | 1 + templates/Roles/index.php | 1 + templates/SharingGroups/index.php | 1 + 7 files changed, 7 insertions(+) diff --git a/templates/Broods/index.php b/templates/Broods/index.php index a78cf5a..d26db0d 100644 --- a/templates/Broods/index.php +++ b/templates/Broods/index.php @@ -61,6 +61,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], 'title' => __('Broods Index'), 'description' => __('Cerebrate can connect to other Cerebrate instances to exchange trust information and to instrument interconnectivity between connected local tools. Each such Cerebrate instance with its connected tools is considered to be a brood.'), + 'includeAllPagination' => true, 'pull' => 'right', 'actions' => [ [ diff --git a/templates/Individuals/index.php b/templates/Individuals/index.php index d7d228f..463f4de 100644 --- a/templates/Individuals/index.php +++ b/templates/Individuals/index.php @@ -78,6 +78,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], 'title' => __('ContactDB Individuals Index'), 'description' => __('A list of individuals known by your Cerebrate instance. This list can get populated either directly, by adding new individuals or by fetching them from trusted remote sources. Additionally, users created for the platform will always have an individual identity.'), + 'includeAllPagination' => true, 'actions' => [ [ 'url' => '/individuals/view', diff --git a/templates/MetaTemplates/index.php b/templates/MetaTemplates/index.php index 1ac384f..0c3acfc 100644 --- a/templates/MetaTemplates/index.php +++ b/templates/MetaTemplates/index.php @@ -169,6 +169,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], 'title' => __('Meta Field Templates'), 'description' => __('The various templates used to enrich certain objects by a set of standardised fields.'), + 'includeAllPagination' => true, 'actions' => [ [ 'url' => '/metaTemplates/view', diff --git a/templates/OrgGroups/index.php b/templates/OrgGroups/index.php index 33569ad..ad714bf 100644 --- a/templates/OrgGroups/index.php +++ b/templates/OrgGroups/index.php @@ -62,6 +62,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], 'title' => __('Organisation Groups Index'), 'description' => __('OrgGroups are an administrative concept, multiple organisations can belong to a grouping that allows common management by so called "GroupAdmins". This helps grouping organisations by sector, country or other commonalities into co-managed sub-communities.'), + 'includeAllPagination' => true, 'actions' => [ [ 'url' => '/orgGroups/view', diff --git a/templates/Organisations/index.php b/templates/Organisations/index.php index 2cf96de..c3fb2ae 100644 --- a/templates/Organisations/index.php +++ b/templates/Organisations/index.php @@ -97,6 +97,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], 'title' => __('ContactDB Organisation Index'), 'description' => __('A list of organisations known by your Cerebrate instance. This list can get populated either directly, by adding new organisations or by fetching them from trusted remote sources.'), + 'includeAllPagination' => true, 'actions' => [ [ 'url' => '/organisations/view', diff --git a/templates/Roles/index.php b/templates/Roles/index.php index 8e12ed9..a5f2ffb 100644 --- a/templates/Roles/index.php +++ b/templates/Roles/index.php @@ -77,6 +77,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], 'title' => __('Roles Index'), 'description' => __('A list of configurable user roles. Create or modify user access roles based on the settings below.'), + 'includeAllPagination' => true, 'pull' => 'right', 'actions' => [ [ diff --git a/templates/SharingGroups/index.php b/templates/SharingGroups/index.php index 0162c23..bb4843e 100644 --- a/templates/SharingGroups/index.php +++ b/templates/SharingGroups/index.php @@ -57,6 +57,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], 'title' => __('Sharing Groups Index'), 'description' => __('Sharing groups are distribution lists usable by tools that can exchange information with a list of trusted partners. Create recurring or ad hoc sharing groups and share them with the members of the sharing group.'), + 'includeAllPagination' => true, 'pull' => 'right', 'actions' => [ [