From 68fe4dce9a687e442c0d6ac3b68110f832e31780 Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Tue, 26 Sep 2023 13:15:12 -0700 Subject: [PATCH] Add and enable filter_perms module. --- composer.json | 1 + composer.lock | 68 +++++++++++++++++++++++++++++++++- config/sync/core.extension.yml | 1 + 3 files changed, 69 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa9439a591..1ecd4aa22f 100644 --- a/composer.json +++ b/composer.json @@ -74,6 +74,7 @@ "drupal/feature_toggle": "^2.0", "drupal/field_group": "^3.4", "drupal/fieldhelptext": "^1.0@beta", + "drupal/filter_perms": "^1.0@alpha", "drupal/flag": "^4.0@beta", "drupal/flood_control": "^2.2.2", "drupal/formdazzle": "^3.0", diff --git a/composer.lock b/composer.lock index 94da869647..48e3778136 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9544a3853579bbc972b7d1c977393843", + "content-hash": "eabf9c15494e097f9fe06107ca7e4d4d", "packages": [ { "name": "alchemy/zippy", @@ -6197,6 +6197,71 @@ "source": "https://git.drupalcode.org/project/fieldhelptext" } }, + { + "name": "drupal/filter_perms", + "version": "1.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/filter_perms.git", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/filter_perms-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "07e2047ea46cd76839522f04cab59a91b90abdb3" + }, + "require": { + "drupal/core": "^9.0 || ^10.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1686873472", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "cYu", + "homepage": "https://www.drupal.org/user/202205" + }, + { + "name": "deekayen", + "homepage": "https://www.drupal.org/user/972" + }, + { + "name": "ivavictoria", + "homepage": "https://www.drupal.org/user/3061533" + }, + { + "name": "justcaldwell", + "homepage": "https://www.drupal.org/user/290069" + }, + { + "name": "mgbellaire", + "homepage": "https://www.drupal.org/user/1831932" + }, + { + "name": "willzyx", + "homepage": "https://www.drupal.org/user/1043862" + } + ], + "description": "Provides role and module filters to simplify the user permissions page.", + "homepage": "https://www.drupal.org/project/filter_perms", + "support": { + "source": "http://cgit.drupalcode.org/filter_perms", + "issues": "https://www.drupal.org/project/issues/filter_perms?categories=All" + } + }, { "name": "drupal/flag", "version": "4.0.0-beta4", @@ -27654,6 +27719,7 @@ "drupal/entity_usage": 10, "drupal/fast_404": 15, "drupal/fieldhelptext": 10, + "drupal/filter_perms": 15, "drupal/flag": 10, "drupal/graphql_menu": 15, "drupal/hook_event_dispatcher": 10, diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 851382789e..0a8443789e 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -83,6 +83,7 @@ module: fieldhelptext: 0 file: 0 filter: 0 + filter_perms: 0 flag: 0 flood_control: 0 geocoder: 0