[Koha-bugs] [Bug 27683] Bind results of GetAnalyticsCount to the EasyAnalyticalRecords pref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 19 09:07:34 CET 2021


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116768|0                           |1
        is obsolete|                            |

--- Comment #5 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 127840
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127840&action=edit
Bug 27683: Bind results of GetAnalyticsCount to the EasyAnalyticalRecords pref

C4::Items::GetAnalyticsCount is part of the easy analytics feature.
Like Bug 20702 make early return when the system preference
EasyAnalyticalRecords is disabled.
Actually it may block an item deletion for wrong reason.

Test plan :
1) Dont apply patch
2) Build an item and a linked analytical record with 773$0 and $9
3) Enable EasyAnalyticalRecords
4) Try to delete the item
5) You have an alert because linked to analytics
6) Disable EasyAnalyticalRecords
7) Try to delete the item
8) You have an alert because linked to analytics
9) Apply patch
10) Try to delete the item
11) No alert, it works :D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list