https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41129 --- Comment #173 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205525&action=edit Bug 41129: (QA follow-up) Consolidate on a single APIClient.circulation_rules client The Bug 42790/Bug 41129 patch conflict resolution left two API client entries pointing at the circulation-rules API client class: the pre-existing 'circRule' key (used by the Circulation Triggers admin store) and the new 'circulation_rules' key (used by the booking workflow adapters). Both resolved to the same client class, so the duplication served no purpose. Drop the 'circRule' key and switch its one remaining consumer (vue/stores/circulation-rules.js) over to 'circulation_rules'. No additions were needed on the client itself, as it already exposed everything both call sites required. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.