Skip to content
Snippets Groups Projects
Commit f801dc09 authored by Michael Simon's avatar Michael Simon
Browse files

NO_STORY fix connection project to service not working

parent 76dc024d
No related branches found
No related tags found
No related merge requests found
......@@ -232,6 +232,7 @@ public abstract class AbstractProjectUpdater<T extends ProjectEntity> implements
public void addOrChangeService(ProjectEntity project, ServiceEntity service, ProjectServiceType type,
ProjectServiceStatusType status, String executor) {
project = getDao().fetch(project.getId());
ProjectServiceEntity pse = getDao().findByServiceAndProject(service, project);
if (pse != null) {
......
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