mjordan / persistent_identifiers

Drupal 8/9 Module that provides a generalized framework for minting and persisting persistent identifiers (DOIs, ARKs, etc.).
GNU General Public License v2.0
5 stars 11 forks source link

Make the Action that adds required metadata elements use exisitng elmements where a mapping exists #7

Open mjordan opened 4 years ago

mjordan commented 4 years ago

Currently, the Action that allows bulk DOI minting uses the values provided in the Action form. Instead, it should only use those values if the node doesn't have a value in a field for which there is a mapping. In other words, if a node has a value we can use for one of the required fields; only use the bath-specific form values if they there is no mapped field.

mjordan commented 4 years ago

This should probably be an option within the action's form, with the default being to use existing field values.