Summary: | Add option to use JSON objects rather than JSON arrays for public reports | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Reports | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
David Cook
2020-08-24 02:33:58 UTC
Also, unless you're the writer of the report, it's impossible to know what data you're working with when using a JSON array of JSON arrays. You an use the annotated operator, then you can use the names. (In reply to Katrin Fischer from comment #2) > You an use the annotated operator, then you can use the names. bug 11491 (In reply to Katrin Fischer from comment #2) > You an use the annotated operator, then you can use the names. Interesting. I'd never heard of that before. That looks like just the thing. |