Skip to content
Snippets Groups Projects
Commit ad6090e5 authored by Johannes Buechele's avatar Johannes Buechele
Browse files

fixed missing grid

parent fc746b8f
Branches main
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ public class WorkService {
var workEntity = workMapper.toEntity(workMapper.toWorkView(view));
workEntity.setTags(tags);
workEntity.setGrid(IdentifierGenerator.generateGlobalReleaseIdentifier());
return workEntity;
}
......
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