-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(api-service): v1 widget and subscriber template preferences return tags #7970
fix(api-service): v1 widget and subscriber template preferences return tags #7970
Conversation
tags: workflow.tags, | ||
data: workflow.data, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the tags
and data
fields should be returned from the workflow preferences in v1, as the NC preferencesFilter
could be used to filter the preferences by this information
tags: result.workflow.tags, | ||
data: result.workflow.data, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return these fields on the PATCH
endpoint in v1
What changed? Why was the change needed?
API service changes: the v1 widgets and subscribers' GET/PATCH preferences endpoints should return the
tags, data
properties from the workflow.Screenshots