Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v12-upgrade: removalreasons vocabularies aren't created #2717

Open
max-moser opened this issue Jun 26, 2024 · 1 comment · May be fixed by #2710
Open

v12-upgrade: removalreasons vocabularies aren't created #2717

max-moser opened this issue Jun 26, 2024 · 1 comment · May be fixed by #2710
Labels
bug Something isn't working

Comments

@max-moser
Copy link
Contributor

Package version (if known): 12.0.0rc2

Describe the bug

v12 introduces the record deletion feature, which uses a new vocabulary type "removalreasons".
The upgrade script from an existing v11 instance to v12 doesn't create those vocabularies however.

Expected behavior

The vocabularies get updated appropriately.

VocabularyTypes in our v12

In [5]: VocabularyType.query.all()
Out[5]: 
[<VocabularyType languages>,
 <VocabularyType licenses>,
 <VocabularyType creatorsroles>,
 <VocabularyType contributorsroles>,
 <VocabularyType descriptiontypes>,
 <VocabularyType datetypes>,
 <VocabularyType relationtypes>,
 <VocabularyType titletypes>,
 <VocabularyType resourcetypes>,
 <VocabularyType names>,
 <VocabularyType funders>,
 <VocabularyType awards>,
 <VocabularyType communitytypes>]
@max-moser max-moser added the bug Something isn't working label Jun 26, 2024
@utnapischtim
Copy link
Contributor

fixed by #2710

@kpsherva kpsherva linked a pull request Jul 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants