inveniosoftware / invenio-vocabularies

Invenio module for managing vocabularies.
https://invenio-vocabularies.readthedocs.io
MIT License
2 stars 40 forks source link

cli : Safely check writers 'args' on update #297

Closed Samk13 closed 3 months ago

Samk13 commented 4 months ago
Samk13 commented 4 months ago

This change may not address the root issue, which could require further investigation. However, it enables updating vocabulary entries, such as name changes, and ensures updates are applied. Note The command will not display the specific changes count in the CLI summary you will get e.g.:

Vocabulary names updated. Total items 4. 
4 items succeeded 
0 contained errors
0 were filtered.
tmorrell commented 4 months ago

This fixes #292 for me. Someone with a more stock names vocabulary might want to test that update doesn't result in duplicate entries.