Give specialty modules the same Queue UI as GPs.
Deploy Ladill Care / deploy (push) Successful in 36s
Deploy Ladill Care / deploy (push) Successful in 36s
Specialty homes now use the shared Waiting/In care board with Call next, Start routes specialty tickets into specialty workspaces, and redundant Dentistry/Specialty module chrome is removed. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -463,12 +463,10 @@ class SpecialtyShellService
|
||||
|
||||
public function navItems(string $moduleKey): array
|
||||
{
|
||||
// Queue home is the primary surface; history/billing are secondary links in the shell header.
|
||||
return [
|
||||
'overview' => ['label' => 'Overview', 'route' => 'care.specialty.show'],
|
||||
'visits' => ['label' => 'Visits', 'route' => 'care.specialty.visits'],
|
||||
'history' => ['label' => 'History', 'route' => 'care.specialty.history'],
|
||||
'billing' => ['label' => 'Billing', 'route' => 'care.specialty.billing'],
|
||||
'workspace' => ['label' => 'Workspace', 'route' => 'care.specialty.workspace'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user