digitalutsc/islandora_group

This module assists to manage access control for node and media with Group module

Installs: 1 305

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 2

Type:drupal-module

2.0-beta3 2024-02-14 01:43 UTC

This package is auto-updated.

Last update: 2024-05-14 02:23:35 UTC


README

Islandora Group extends access control with Drupal's Group module

Installation

  • By composer (recommended):

      composer require digitalutsc/islandora_group
    
  • By manually, run git clone git@github.com:digitalutsc/islandora-group.git to Drupal module directory. Then download the dependency modules in the next section bellow

To Configure Group

More detail at here

Dependencies

This module has the following dependencies:

Credits

This module is based on work completed by Danny Lamb at Born-Digital.

Default Groups Setup for Testing.

Install the module the following module: https://github.com/digitalutsc/islandora_group_defaults

How to setup this module

  1. In content type(s) and media typ(s) which need to be applied access control, create an Entity Reference field which is referenced to Islandora Access Taxonomy Vocabulary.
  2. Visit /admin/config/access-control/islandora_group to select access control field for each entity of Drupal site.

In Node

  1. In any node(s) which need to be applied access control, click on a tab "Access Control With Group".
  2. Select a Group for this node.
    • If a node has media, check the media which need to add them to the same Group along with the node.
    • If a node has children nodes, check the child node which need to add them to the same Group along with the node.

In Media

  1. In media types(s) which need to be applied access control, create an Entity Reference field which reference to Islandora Access Taxonomy Vocabulary.
  2. In any media(s) which need to be applied access control, click on a tab "Access Control With Group".

In Bulk Batch Update

  1. How to setup: https://www.youtube.com/watch?v=ZMp0lPelOZw
  2. Bulk batch update on the access control field which you are setup for entities.