https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190 --- Comment #948 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Created attachment 205174 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205174&action=edit Bug 10190: (QA follow-up): fix: rule data never loads on cold page load The route watcher only reloaded rule data when the path ended in the literal string "circulation_triggers", broken by the anchor-on-.pl fix, or on "refresh" navigations. Neither fires on a cold load, so the base list rendered empty and a direct deep link into a nested route (e.g. edit) got stuck on "Loading context...". Trigger the reload by route name instead, and also on the watcher's first call, covering cold loads into any nested route. Test plan: 1. Add a new trigger for any library/category by visiting: http://localhost:8081/cgi-bin/koha/admin/circulation_triggers.pl directly. Confirm the trigger and its tab are shown, not an empty list. 2. Visit http://localhost:8081/cgi-bin/koha/admin/circulation_triggers.pl/edit?library_id=*&item_type_id=*&patron_category_id=*&triggerNumber=1 directly. Confirm the modal loads the rule context instead of being stuck on "Loading context..." 3. prove t/cypress/integration/Admin/CirculationTriggers_spec.ts Assisted-by: Claude Sonnet 5 (Anthropic) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> -- You are receiving this mail because: You are watching all bug changes.