Skip to content

Commit

Permalink
Add and enable filter_perms module.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Sep 26, 2023
1 parent 2933fd8 commit 68fe4dc
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
68 changes: 67 additions & 1 deletion composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module:
fieldhelptext: 0
file: 0
filter: 0
filter_perms: 0
flag: 0
flood_control: 0
geocoder: 0
Expand Down

0 comments on commit 68fe4dc

Please sign in to comment.