Provides click & drag for checkboxes on the permissions page to administer permissions faster.

Lightweight Drupal 8 alternative to Fast permissions administration (FPA) module.

Implements the wonderful Drag Check JS library fron @scarlac: https://github.com/scarlac/drag-check-js for the permissions matrix page.

Alternatives:

Installation

Manual installation

  1. Download and extract scarlac's drag-check-js library (master) to the "libraries" folder (/libraries), named "drag-check-js". This folder for example should contain a "dist" folder as direct subfolder.
  2. Download and enable this module
  3. Open the permission administration admin/people/permissions and use like described at "How to use"
  4. Done! Happy using!

Composer installation

Add this to your "repositories" section:

    {
      "type": "package",
      "package": {
        "name": "scarlac/drag-check-js",
        "version": "2.0.2",
        "type": "drupal-library",
        "dist": {
          "url": "https://github.com/scarlac/drag-check-js/archive/v2.0.2.zip",
          "type": "zip"
        }
      }
    }

and then
composer require scarlac/drag-check-js drupal/permissions_dragcheck

Dependencies

How to use:

  • Simply click & drag on a checkbox to check multiple checkboxes at once.

Optional integration with "Permissions filtered by modules"

Optionally you may want to use the https://www.drupal.org/project/pfm module whichs adds a lightweiht filter by module to the permissions overview.

Supporting this module

Support DROWL's ♥ FOSS work on this module on OpenCollective!

Drupal and this module are FOSS. However, it takes dedicated people to develop and maintain. And they need YOU to give back!

We're committed to building and maintaining Drupal modules that benefit the entire community.

Supporting us on OpenCollective helps us continue to improve, innovate and contribute to Drupal's future. Every pledge makes a difference!

If this module has helped you, we would be very grateful for your donation to support its further development and maintenance.

Support our FOSS development ♥️

You can also speed up the development of features or bugfixes you'd love to see, by sponsoring and giving back!

Sponsor a feature or bugfix 🚀

Let's make Drupal even better, together!


Development proudly sponsored by German Drupal Friends & Companies:

webks: websolutions kept simple (https://www.webks.de)
and
DROWL: Drupalbasierte Lösungen aus Ostwestfalen-Lippe (OWL), Germany (https://www.drowl.de)

Supporting organizations: 
proudly developed this module for the Drupal Community!

Project information

Releases