syndesisio / syndesis-ui

The front end application or UI for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis.io/
14 stars 28 forks source link

Fix updating integrations #279

Closed gashcrumb closed 7 years ago

gashcrumb commented 7 years ago

Creating new integrations works (or has worked :-)) but updating existing integrations fails, need to look into how the request is being made as it appears to be posting the whole object as query params vs form data.

gashcrumb commented 7 years ago

Related -> https://github.com/redhat-ipaas/ipaas-rest/issues/199

gashcrumb commented 7 years ago

Related PR -> https://github.com/redhat-ipaas/ipaas-ui/pull/284

gashcrumb commented 7 years ago

Tested this today, I think this is working now...