use vocabularies for storing deposit-context#113
Open
martinobersteiner wants to merge 7 commits intotu-graz-library:masterfrom
Open
use vocabularies for storing deposit-context#113martinobersteiner wants to merge 7 commits intotu-graz-library:masterfrom
martinobersteiner wants to merge 7 commits intotu-graz-library:masterfrom
Conversation
a38d815 to
276ae85
Compare
276ae85 to
a009c9d
Compare
a009c9d to
5e7437b
Compare
5e7437b to
5254925
Compare
invenio CLI-commands that load vocabulary-fixtures will now also load our vocabulary-fixtures
5254925 to
0f30f62
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upload-page has some dropdowns.
Values of these dropdowns are currently hardcoded.
This PR moves those values from hardcoded to database (in particular to
invenio_vocabulariestables).From this PR onwards, the corresponding database-entries have to exist for upload-page to work.
A quick way to setup is provided with new CLI (see
invenio lom vocabulariescommand-group).CLI also provides quick ways to change vocabularies (e.g. add new license to
oerlicensesvocabulary).When creating a new invenio-instance from scratch, the vocabularies are added to database automatically.