Skip to content
Snippets Groups Projects
Commit 5edbe513 authored by izabel's avatar izabel
Browse files

[LMS-1875] fix regression test

SVN: 18621
parent c21ae0a2
No related branches found
No related tags found
No related merge requests found
......@@ -1156,4 +1156,11 @@ public interface ICommonServer extends IServer
DatastoreServiceDescription serviceDescription,
@AuthorizationGuard(guardClass = DataSetCodePredicate.class) String dataSetCode);
/**
* For given {@link TechId} returns the corresponding {@link Script}.
*/
@Transactional(readOnly = true)
@RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
public Script getScriptInfo(String sessionToken, TechId scriptId);
}
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