Don't publish ProjectCreatedEvent on importing arbitrary zipped resources via Project API (#9092)

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
6.19.x
Artem Zatsarynnyi 2018-03-16 12:38:15 +02:00 committed by GitHub
parent 237aaec762
commit d75280ebae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -517,8 +517,6 @@ public class ProjectServiceApi {
fsManager.unzip(wsPath, zip, skipFirstLevel);
eventService.publish(new ProjectCreatedEvent(wsPath));
return Response.created(
serviceContext
.getBaseUriBuilder()