chg: [indexes] Added `select all` option for some tables

refacto/CRUDComponent
Sami Mokaddem 2023-09-27 12:05:48 +02:00
parent 845ba2bfc9
commit b6b4310da4
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
7 changed files with 7 additions and 0 deletions

View File

@ -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' => [
[

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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' => [
[

View File

@ -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' => [
[