Closed (fixed)
Project:
Event Platform
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Feb 2025 at 08:42 UTC
Updated:
9 Mar 2025 at 20:04 UTC
Jump to comment: Most recent
Comments
Comment #3
fjgarlin commentedComment #4
kurttrowbridge(Hello! Looking at this while at Florida DrupalCamp.)
The fix in the MR does prevent the block from being broken/missing. I was also initially seeing that as a warning when first installing Event Platform Olivero from the command line as its dependent modules were enabled (
[warning] The "views_exposed_filter_block:session_list-page_1" block plugin was not found), and that's no longer present.Question, though: when I first install Event Platform, I see the sessions page located at
/sessions. The exposed block's config is set to appear on/session-listand its child pages, which don't exist upon the initial install. Should I expect to see those pages, or should the path visibility conditions for the block be updated?Comment #5
mandclu commented@kurttrowbridge great catch. TBH I think the exposed block placement configuration in event_platform_olivero is vestigial config from before the view was updated in this commit. As such, I think we should delete that file and leave the form not exposed. I'll open up a new MR with this approach.
Comment #7
mandclu commented@kurttrowbridge if you could review the new MR, that would be helpful
Comment #8
kurttrowbridgeInstalled fresh with the patch in place, I confirmed that the missing block warning didn't appear as I enabled Event Platform Olivero, that there isn't a missing block on the block layout page, and that the Sessions page still displays its exposed filters. Looks good to me!
Comment #10
mandclu commentedThanks for the quick review! Merged in.
Comment #11
mandclu commented