Skip to content
Snippets Groups Projects
Commit 60da35a6 authored by felmer's avatar felmer
Browse files

LMS-788 regression test fixed

SVN: 10384
parent ddd771ad
No related branches found
No related tags found
No related merge requests found
......@@ -284,6 +284,11 @@ public interface ICommonServer extends IServer
@RolesAllowed(RoleSet.INSTANCE_ADMIN)
public void registerVocabulary(final String sessionToken, final Vocabulary vocabulary);
@Transactional
@RolesAllowed(RoleSet.INSTANCE_ADMIN)
public void addVocabularyTerms(String sessionToken, String vocabularyCode,
List<String> vocabularyTerms);
/**
* Registers new project.
*/
......
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