Closed (fixed)
Project:
Calendar View
Version:
2.1.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2023 at 11:31 UTC
Updated:
31 Aug 2024 at 16:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lobodakyrylo commentedI have the same problem
Comment #3
gge commentedYou could try #2681953-45: Allow exposed form to preserve URL query parameters and if using B.E.F you also need #3119947: Allow exposed form to preserve URL query parameters. Then go to the settings of the "Exposed form style" and fill out the "Preserve query parameters from URL".
Comment #4
matthieuscarset commentedThere is a new `calendar_timestamp` filter available (on
2.1.xdev branch for now).You could add this filter to the view - without necessarily exposing it - and it should keep track of the URL query parameter.
You should stay on the same "page".
Hope it fix the situation.
Could you please review and let me know? Thanks!
Comment #5
lexfunk commentedApplying the patches mentioned in #3 and configuring the "Preserve query parameters from URL" with "calendar_timestamp" is working for me. Thank you!
Comment #6
matthieuscarset commentedThanks @gge @lexfunk
I'm glad there is an easy fix with this MR for the core and another if you're using BEF (see #3 as commented above).