Gate Queue to doctors and land specialty modules on list indexes.
Deploy Ladill Care / deploy (push) Successful in 34s
Deploy Ladill Care / deploy (push) Successful in 34s
Hide the patient-flow Queue board from nurses, reception, and other non-doctors; specialty home routes now render the queue board list instead of auto-opening the first open visit. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -218,7 +218,7 @@ class CareConsultationReturnContextTest extends TestCase
|
||||
$this->actingAs($this->user)
|
||||
->withSession([ConsultationReturnContext::SESSION_KEY => $this->consultation->uuid])
|
||||
->post(route('care.consultations.complete', $this->consultation))
|
||||
->assertRedirect(route('care.queue.index'))
|
||||
->assertRedirect(route('care.appointments.index'))
|
||||
->assertSessionMissing(ConsultationReturnContext::SESSION_KEY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user