Skip to content

Commit

Permalink
Merge pull request #13 from Narodni-repozitar/fix-vocabularies-cf
Browse files Browse the repository at this point in the history
Fixed vocabularies CF
  • Loading branch information
mesemus authored Mar 11, 2024
2 parents ed679de + e3833c2 commit a26197c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nr_vocabularies/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def init_config(self, app):

from .customfields import HintCF, NonPreferredLabelsCF, RelatedURICF

app.config.setdefault("OAREPO_VOCABULARIES_CUSTOM_CF", []).extend(
app.config.setdefault("VOCABULARIES_CF", []).extend(
[
RelatedURICF("relatedURI"),
HintCF("hint"),
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = nr-vocabularies
version = 2.0.10
version = 2.0.11
description = A sample application for nr_vocabularies
long_description = Model builder plugin containing model definition of nr-vocabularies
authors = Alzbeta Pokorna <[email protected]>
Expand Down

0 comments on commit a26197c

Please sign in to comment.