Problem/Motivation
Since #3317513: Demo module doesn't save sort order Exporting view config changes the draggable view config keys incorrectly.
What used to export as:
draggable_views_pass_arguments: true
Now exports as:
draggable_views_pass_arguments: 1
The checkbox implies that this can be a boolean.
https://git.drupalcode.org/project/draggableviews/-/blob/2.1.x/src/Plugi...
Proposed resolution
Change draggable_views_pass_arguments back to a boolean.
Remaining tasks
MR
User interface changes
N/A
API changes
N/A
Data model changes
draggable_views_pass_arguments should validate as a boolean.
Issue fork draggableviews-3481312
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
istryker commentedComment #5
istryker commentedComment #6
istryker commented