-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
feat(editor): Enable saving workflow when node details view is open #5856
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Files matching
Files matching
Files matching
Make sure to check off this list before asking for review. |
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.
Love this change! There's just one thing that needs fixing and it would be great to add an e2e spec for this
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #5856 +/- ##
=======================================
Coverage 15.02% 15.02%
=======================================
Files 2476 2476
Lines 113411 113429 +18
Branches 17737 17739 +2
=======================================
+ Hits 17036 17046 +10
- Misses 95796 95801 +5
- Partials 579 582 +3 see 5 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
…8n-io#5856) * feat(editor): Enable saving workflow when node details view is open * ⚡ Preventing event propagation * ⚡ Move save event handler to `NodeDetailsView` * ✅ Added e2e tests * 👕 Fixing linting and removing unnecessary event logic --------- Co-authored-by: Oleg Ivaniv <[email protected]>
Got released with |
…8n-io#5856) * feat(editor): Enable saving workflow when node details view is open * ⚡ Preventing event propagation * ⚡ Move save event handler to `NodeDetailsView` * ✅ Added e2e tests * 👕 Fixing linting and removing unnecessary event logic --------- Co-authored-by: Oleg Ivaniv <[email protected]>
This one should enable saving current workflow from NDV. Please mind that saving cannot be performed while editable text inputs are focused, so this popup message should indicate when wf is saved successfully:
Fixes ADO-511