https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41129

--- Comment #199 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 205573
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205573&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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to