discoverygarden / islandora_entity_status
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 3
Type:drupal-module
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-19 16:54:31 UTC
README
Introduction
Cascades entity status to all referenced entities in an Islandora repository item
Table of Contents
- Features
- Requirements
- Installation
- Usage
- Troubleshooting/Issues
- Maintainers and Sponsors
- Development/Contribution
- License
Features
Includes the command islandora_entity_status:find-update-related-nodes
(aliased as furnd
). This command will update a node's status and its related children's statuses in bulk.
It has two parameters:
nodes
: A comma-separated list of node IDs to be be processed.status
: The status to be assigned to the nodes (0 or 1).
The module will maintain these status updates to their children through node_update
and media_presave
hooks. As well, the user will be alerted that their updates will cascade to their children when updating a node's status.
Requirements
This module requires the following modules/libraries:
Installation
Install as usual, see this for further information.
Usage
drush islandora_entity_status:furnd --nodes="1,2,3" --status=1
Troubleshooting/Issues
Having problems or solved a problem? Contact discoverygarden.
Sponsors
- Boston College
- Atlanta University Center
Maintainers
Current maintainers:
Development/Contribution
If you would like to contribute to this module, please check out our helpful Documentation for Developers info, Developers section on Islandora.ca and contact discoverygarden.