Problem/Motivation
The https://www.drupal.org/project/js_cookie module's latest branch is 2.x but this module's composer file only allows for compatibility with the older 1.x branch.
Proposed resolution
Update the composer.json to be compatible with the 2.x branch of js_cookie.
Issue fork fpa-3593356
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
jastraat commentedTo test, modify composer.json in the following way:
Update the repositories section so that you are pulling the fpa module from the fork:
Update composer.json to point fpa to the branch of this issue:
Run composer update:
Confirm js_cookie module is updated to the latest 2.x version.
As an administrator, navigate to /admin/people/permissions and make sure filtering permissions works as previously.
Comment #5
astonvictor commentedComment #7
astonvictor commentedmerged to the dev version