Postponed (maintainer needs more info)
Project:
Views Aggregator Plus
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Apr 2024 at 03:55 UTC
Updated:
13 Oct 2024 at 00:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tlwatsonRewrote the patch from #2372173 for 2.0.x version. I couldn't quite take the simplified route that was done in 7.x upstream, because the view rendering did not respect exposed filters just being "not exposed" anymore; the user inputs weren't actually in those filters' values.
The approach I did was to cycle through all the filters, look for provided exposed filter values, and implement them. I don't promise it to be foolproof since there isn't any standard sort of "setValue" method, we're just toying with arrays; but for my purposes it works for references and text (direct assignment of ['value']), and dates (if ['value'] is array, set ['value']['value']). Hopefully there is a more foolproof way out there to assign values.
Comment #3
tlwatsonComment #4
tr commentedComment #5
tr commentedCreated a MR to this can be tested. Also moved to the current branch, which is 2.1.x.
I think this needs a test case.
Comment #6
tr commentedAlso, this seems very similar to #3447012: Does not work with data aggregation + paging? How are they different, and will the patch here fix that issue too?
Comment #8
tr commentedComment #9
tr commented