Skip to content

Islandora Group extends access control with Drupal's Group module

Notifications You must be signed in to change notification settings

yorkulibraries/islandora_group

 
 

Repository files navigation

Access control with Group

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.

About

Islandora Group extends access control with Drupal's Group module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.1%
  • JavaScript 3.7%
  • Other 0.2%