Skip to content

Commit

Permalink
Update URIGenerator pattern and fix bug. Refs #813
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Mar 22, 2023
1 parent 11b8a19 commit 108e988
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions atramhasis/skos/__init__.py
Expand Up @@ -151,9 +151,10 @@ def create_registry(request):
{
'id': 'BLUEBIRDS',
'conceptscheme_id': 9,
'atramhasis.id_generation_strategy': 'manual'
'atramhasis.id_generation_strategy': IDGenerationStrategy.MANUAL
},
request.db
request.db,
uri_generator=UriPatternGenerator('https://id.bluebirds.org/%s')
)

# use 'subject': ['external'] for read only external providers
Expand Down

0 comments on commit 108e988

Please sign in to comment.