Closed (fixed)
Project:
Workspaces Extra
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2023 at 12:48 UTC
Updated:
18 Dec 2023 at 08:59 UTC
Jump to comment: Most recent
Comments
Comment #2
s_leu commentedComment #5
amateescu commentedMerged into 1.0.x, thanks!
Comment #7
s_leu commentedNeed to re-open this. It seems the change we introduced here now adds the hidden form element on every form on the page which apparently wasn't the case before switching to the core/once library. Or at least it wasn't affecting the wse workspace switcher form prior to the changes in https://git.drupalcode.org/project/wse/-/commit/7cf8288e96fe36a39ff307898828a616039fa8c3#49ec2af778e7b50bf058e0bd30e4fde91e51e0da .
Anyway, the hidden element can't be added to the switcher form as it prevents switching the workspace from the select as it overrides the select's
workspace_idin the submitted form values.The new PR excludes the switcher form as well to fix this.
Comment #9
amateescu commentedMerged the followup as well :)