Bug 23598 - Annotated parameter for JSON reports broken
Summary: Annotated parameter for JSON reports broken
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low major
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-12 05:59 UTC by Katrin Fischer
Modified: 2020-06-04 20:32 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2019-09-12 05:59:32 UTC
The JSON reports allow you to use an annotated parameter to get an easier to workw with format. This appears to be broken in 18.11 and possibly higher up versions:

/cgi-bin/koha/svc/report?name=name_of_report&annotated=1

annotated 1 and 0 give the same format.

See bug 11491 for initial implementation. It works fine in 17.11.11

If you have scripts building on this, it's quite a problem.
Comment 1 Katrin Fischer 2019-09-24 13:42:20 UTC
Resolving - I think cache or something confused me, works fine now!