Skip to content
Snippets Groups Projects
Commit d86aaa08 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

BIS-1002: Fixing V1 api

parent c52b0f18
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -711,13 +711,13 @@ public class OpenbisServiceFacade implements IOpenbisServiceFacade
String description, Long previousTermOrdinal)
{
changingService.addUnofficialVocabularyTerm(sessionToken, vocabularyId, code, label,
description, previousTermOrdinal);
description, previousTermOrdinal, false);
}
@Override
public void addAdHocVocabularyTerm(Long vocabularyId, NewVocabularyTerm term)
{
changingService.addUnofficialVocabularyTerm(sessionToken, vocabularyId, term);
changingService.addUnofficialVocabularyTerm(sessionToken, vocabularyId, term, false);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment