-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Canvas] Add NP routing for custom elements #52561
[Canvas] Add NP routing for custom elements #52561
Conversation
Pinging @elastic/kibana-canvas (Team:Canvas) |
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.
I'm seeing an issue where when you Delete a custom element, it is not waiting until the delete finishes to refetch them, so it appears the delete does not happen, even though it does.
I don't know what on this PR would be causing this, but it doesn't appear to be happening on master
x-pack/plugins/canvas/server/routes/custom_elements/get.test.ts
Outdated
Show resolved
Hide resolved
0b42650
to
80b4b6a
Compare
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
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.
Looks great
* [Canvas] Add NP routing for custom elements * Remove unused type * Cleanup * Adding await to delete * Cleanup
Summary
This PR builds on the work done here: #51116
Moves custom element API routes to the new platform
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] This was checked for [keyboard-only and screenreader accessibility](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Accessibility_testing_checklist)For maintainers