discoverygarden/islandora_entity_status

v1.1.1 2024-04-29 17:55 UTC

This package is auto-updated.

Last update: 2024-04-29 18:16:54 UTC


README

License: GPL v3

Introduction

Cascades entity status to all referenced entities in an Islandora repository item

Table of Contents

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.

License

GPLv3