Open mjordan opened 5 years ago
Yes, I suspect there is a REST call to get all terms in a vocab. I'll look around.
As of 268fc43db4ba76a50ae204ff72b5cf33b057a26f, field_model
is now defined in theh CSV file and not in config, but doing this has highlighted #29.
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.
Related, we need some way to configure the proper term ID in the UI since they are variable from one instance to another.