Problem/Motivation
- Remove default_argument_skip_url from views.view.*.yml . This option has been removed in Drupal 11.
Issue fork cloud-3505229
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
baldwinlouie commented@yas, please review this patch. This removes the deprecated
default_argument_skip_urlfrom our view configuration files.This also removes the {% apply spaceless %} twig filter, which has also been deprecated.
Comment #4
yas@baldwinlouie
Thank you for the update. The patch looks good to me. I’ll merge the patch into
7.xand8.x; and close this issue as Fixed.Comment #7
yas