Closed (fixed)
Project:
JSON:API Views
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Dec 2020 at 12:11 UTC
Updated:
22 Feb 2021 at 07:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
blazey commentedComment #3
decipheredI have manually tested this, and I can see the existing tests are passing. Great work.
It will need tests added.
Comment #4
decipheredI've added two patches, a test only to fail and the combined patch.
There are commented out tests in the patch, as the numbers don't appear correct based on the test data, and in cases where a display doesn't have a pager it returns
nullinstead of a total count.More work will be required.
Comment #5
decipheredUpdated patch with fix for
nullcounts, and updated tests.Comment #7
decipheredCommitted. Thanks for the patch @blazey.