This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Adding flow step to API provider based integration yields error #3694
Labels
cat/bug
A bug which needs fixing
closed/verified
Used by QE to indicate that verified the issue
group/ui
User interface SPA, talking to the REST backend
Comments
zregvart
added
cat/bug
A bug which needs fixing
group/ui
User interface SPA, talking to the REST backend
labels
Sep 28, 2018
pure-bot
bot
added
notif/triage
The issue needs triage. Applied automatically to all new issues.
progress/inbox
labels
Sep 28, 2018
I believe the set-body extension currently don't work if you compile with 1.5-SNAPSHOT syndesis dependencies. |
Perhaps it's an issue with Set Body extension, I can add the mapper to the POST request (one that has datashape on the start and end shapes) |
zregvart
added
group/extension
Tools for developing Syndesis extensions
and removed
group/ui
User interface SPA, talking to the REST backend
labels
Sep 28, 2018
yes, the problem with setBody it's documented here: syndesisio/syndesis-extensions#69 Also we need to align the extensions to what we have in Syndesis. |
Page shouldn't be throwing that error anyways, will definitely fix that. |
gashcrumb
added
group/ui
User interface SPA, talking to the REST backend
and removed
notif/triage
The issue needs triage. Applied automatically to all new issues.
labels
Sep 28, 2018
Hmm, actually has nothing to do with the API provider or the set body extension, it occurs when the start connection doesn't have a data shape like the timer connection, so just a UI bug. |
@mmajerni please verify the fix |
Verified by QE |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cat/bug
A bug which needs fixing
closed/verified
Used by QE to indicate that verified the issue
group/ui
User interface SPA, talking to the REST backend
This is a...
The problem
I can't seem to edit a flow to add a step to it. The browser console emits an error:
Expected behavior
I should be able to edit and add steps as needed to the flow.
Screenshot
Request and Response Data
API Endpoints and Schemas
I only see
GET
requests to/api/v1/integrations/i-LNUix7uR6BhTm3sXS83z
and/api/v1/monitoring/integrations/i-LNUix7uR6BhTm3sXS83z
, probably unrelated.Tasks involved / Steps to Reproduce
console-log.txt
The text was updated successfully, but these errors were encountered: