Skip to content

Commit

Permalink
[ADVAPP-1075]: Relocate Case Management from Premium Features to Enga…
Browse files Browse the repository at this point in the history
…gement Features (#1216)

* [ADVAPP-1075]: Relocate Case Management from Premium Features to Engagement Features

* Adjust navigation sort order for Campaign and Task resources in Engagement Features

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
  • Loading branch information
kandarp-canyon and Orrison authored Jan 2, 2025
1 parent a9f8f93 commit 488eb3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CampaignResource extends Resource

protected static ?string $navigationGroup = 'Engagement Features';

protected static ?int $navigationSort = 40;
protected static ?int $navigationSort = 50;

public static function getRelations(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SegmentResource extends Resource

protected static ?string $navigationGroup = 'Engagement Features';

protected static ?int $navigationSort = 30;
protected static ?int $navigationSort = 40;

protected static ?string $navigationLabel = 'Population Segments';

Expand Down
2 changes: 1 addition & 1 deletion app-modules/task/src/Filament/Resources/TaskResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class TaskResource extends Resource

protected static ?string $navigationGroup = 'Engagement Features';

protected static ?int $navigationSort = 50;
protected static ?int $navigationSort = 60;

public static function getPages(): array
{
Expand Down
4 changes: 2 additions & 2 deletions app/Filament/Clusters/CaseManagementAdministration.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@

class CaseManagementAdministration extends Cluster
{
protected static ?string $navigationGroup = 'Product Administration';
protected static ?string $navigationGroup = 'Engagement Features';

protected static ?int $navigationSort = 70;
protected static ?int $navigationSort = 30;

protected static ?string $title = 'Case Management';
}

0 comments on commit 488eb3a

Please sign in to comment.