Browse Source
Why: * The islandora_datastream_filenamer module allows the file names of downloadable datastreams to be modified, using tokens such as the object pid, datastream id, etc. * But in order to work, it requires a patch be applied to islandora core. This change addresses the need by: * Creates a new drupal_alter hook in islandora/includes/datastream.inc: hook_datastream_filename_alter(). * Documents the hook in islandora.api.inc Reference Links: * https://jira.duraspace.org/browse/ISLANDORA-1748pull/706/head
2 changed files with 23 additions and 0 deletions
Loading…
Reference in new issue