Hide Clinical forms nav and callout from nurses.
Deploy Ladill Care / deploy (push) Successful in 53s

That surface is for consult/pathway intake. Nurses use My care unit
for ward assessments; require consultations.manage to show Clinical forms.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-20 16:17:52 +00:00
co-authored by Cursor
parent 3e194e9d9d
commit 2bfaa9af4a
3 changed files with 16 additions and 6 deletions
@@ -223,6 +223,7 @@ class CareMyShiftsAndNavPermissionsTest extends TestCase
->assertDontSee('>Departments<', false)
->assertDontSee('>Nursing Services<', false)
->assertDontSee('>Nursing<', false)
->assertDontSee('>Clinical forms<', false)
->assertSee('>My care unit<', false)
->assertSee('My shifts', false);
}