Skip to content

Commit

Permalink
Merge pull request #3 from Ioannis/Remove_empty_entity_array
Browse files Browse the repository at this point in the history
Remove empty entity array
  • Loading branch information
arlen authored Feb 22, 2024
2 parents ddee3e8 + 0521073 commit af8e10b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/src/Model/Table/CosTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public function initialize(array $config): void {
],
// Related models whose permissions we'll need, typically for table views
'related' => [
'entity' => [],
'table' => [
'Dashboards'
]
Expand Down
1 change: 0 additions & 1 deletion app/src/Model/Table/GroupsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public function initialize(array $config): void {
],
// Related models whose permissions we'll need, typically for table views
'related' => [
'entity' => [],
'table' => [
// XXX As a first pass, this (combined with the implementation in AppController::calculatePermissions)
// will render a link to group-members?group_id=X for all groups in the index view
Expand Down
1 change: 0 additions & 1 deletion app/src/Model/Table/IdentifiersTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public function initialize(array $config): void {
],
// Related models whose permissions we'll need, typically for table views
'related' => [
'entity' => [],
'table' => [
'AuthenticationEvents'
]
Expand Down
1 change: 0 additions & 1 deletion app/src/Model/Table/JobsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public function initialize(array $config): void {
'readOnly' => ['cancel'],
// Related models whose permissions we'll need, typically for table views
'related' => [
'entity' => [],
'table' => [
'JobHistoryRecords'
]
Expand Down
1 change: 0 additions & 1 deletion app/src/Model/Table/PeopleTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ public function initialize(array $config): void {
],
// Related models whose permissions we'll need, typically for table views
'related' => [
'entity' => [],
'table' => [
'Addresses',
'AdHocAttributes',
Expand Down

0 comments on commit af8e10b

Please sign in to comment.