- Issue created by @Chris Dart
- πΊπΈUnited States Chris Dart
This is a puzzle. When I run
composer require 'drupal/groupmedia:^4.0'
it installs version 4.0.3, butconfig/optiona/view.views.group_media.yml
still has the olddefault_argument_skip_url
even after I have uninstalled and re-installed it.Why would this be?
- π§πͺBelgium lobsterr
Well, probably. it is repo cache issue. I am closing this ticket since it has been fixed in 4.0.4
I just tried to install, everything is fine, clean composer cache too:
Installing dependencies from lock file (including require-dev) Package operations: 4 installs, 0 updates, 0 removals - Downloading drupal/entity (1.6.0) - Downloading drupal/flexible_permissions (2.0.1) - Downloading drupal/group (3.3.4) - Downloading drupal/groupmedia (4.0.4)