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.

Command icon 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

trackleft2 created an issue. See original summary.

istryker’s picture

Status: Active » Needs review

istryker’s picture

istryker’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.