WebService/src/main/resources/components/edit-service/editService.js
@@ -25,7 +25,7 @@ vc.on('editService','openEditServiceModal',function(_params){ vc.component.refreshEditServiceInfo(); $('#editServiceModel').modal('show'); vc.component.editServiceInfo = _params; vc.copyObject(_params, vc.component.editServiceInfo); vc.component.editServiceInfo.communityId = vc.getCurrentCommunity().communityId; }); },