Problem/Motivation
When running... drush updb
You get warning message saying:
Invalid json in modules/contrib/views_display_switch/composer.json
Steps to reproduce
Simply require using composer composer require 'drupal/views_display_switch:^1.1'
then install module as usual. Upon running drush updb you get warning message on drush screen.
Proposed resolution
Around line 9 of composer.json the "source" line has a comma at the end that should not be there.
Not an error or a big problem but maybe fix warning by next release?
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3195913-3.patch | 449 bytes | mohit.bansal623 |
Issue fork views_display_switch-3195913
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 #2
luksak@jsidigital thank you for reporting the issue! Could you send me a merge request?
Comment #3
mohit.bansal623 commentedExtra comma removed.
Comment #6
luksakThank you!