Skip to content

Commit

Permalink
Cleanup to subnavigation and titling (CFM-31) (COmanage#229)
Browse files Browse the repository at this point in the history
* Cleanup to subnavigation and titling (CFM-31)

* Trivial cleanup (CFM-31)

* More trivial cleanup (CFM-31)

* Even more trivial cleanup (CFM-31)
  • Loading branch information
arlen committed Dec 19, 2024
1 parent 8ea1bea commit 22e3bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/Model/Table/EnrollmentFlowStepsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class EnrollmentFlowStepsTable extends Table {
use \App\Lib\Traits\TabTrait;
use \App\Lib\Traits\TableMetaTrait;
use \App\Lib\Traits\ValidationTrait;

/**
* Perform Cake Model initialization.
*
Expand Down
2 changes: 1 addition & 1 deletion app/src/Model/Table/PersonRolesTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function initialize(array $config): void {
// render in index mode for the same use case/context
// XXX edit should go first.
'People' => ['edit', 'view'],
'PersonRoles' => ['edit', 'view', 'index'],
'PersonRoles' => ['edit','view','index'],
'ExternalIdentities' => ['index'],
],
// What model will have a counter-badge after the tab title
Expand Down

0 comments on commit 22e3bc3

Please sign in to comment.