mjordan / islandora_workbench

A command-line tool for managing content in an Islandora 2 repository
MIT License
24 stars 41 forks source link

Move media_use_tid from global configuration options to CSV values #12

Open mjordan opened 5 years ago

seth-shaw-unlv commented 5 years ago

Related, we need some way to configure the proper term ID in the UI since they are variable from one instance to another.

mjordan commented 5 years ago

Yes, I suspect there is a REST call to get all terms in a vocab. I'll look around.

mjordan commented 5 years ago

As of 268fc43db4ba76a50ae204ff72b5cf33b057a26f, field_model is now defined in theh CSV file and not in config, but doing this has highlighted #29.

mjordan commented 4 years ago

Related, we need some way to configure the proper term ID in the UI since they are variable from one instance to another.

@seth-shaw-unlv the View installed by Islandora Workbench Integration gives you all terms in a taxonomy, from where you can pick out names. Example Python code is at https://github.com/mjordan/islandora_workbench/blob/master/workbench_utils.py#L889.