-
Notifications
You must be signed in to change notification settings - Fork 9.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
fix(editor): Fix for loading executions that are not on the current executions list #5035
Merged
MiloradFilipovic
merged 7 commits into
master
from
ADO-155-executions-loading-improvements
Dec 27, 2022
Merged
fix(editor): Fix for loading executions that are not on the current executions list #5035
MiloradFilipovic
merged 7 commits into
master
from
ADO-155-executions-loading-improvements
Dec 27, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n8n-assistant
bot
added
n8n team
Authored by the n8n team
ui
Enhancement in /editor-ui or /design-system
labels
Dec 27, 2022
cstuncsik
reviewed
Dec 27, 2022
packages/editor-ui/src/components/ExecutionsView/ExecutionsView.vue
Outdated
Show resolved
Hide resolved
cstuncsik
approved these changes
Dec 27, 2022
n8n-assistant
bot
added
the
Upcoming Release
Will be part of the upcoming release
label
Dec 27, 2022
Got released with |
MiloradFilipovic
added a commit
that referenced
this pull request
Dec 28, 2022
* master: (33 commits) ci: Update Jest setup on the CI to avoid OOM errors (no-changelog) (#5042) fix(editor): Fix displaying of some trigger nodes in the creator panel (#5040) fix(editor): Add sticky note without manual trigger (#5039) fix(editor): Display default missing value in table view as `undefined` (#5038) refactor(editor): Tweak phrasing of `itemMatching()` (no-changelog) (#5037) 📚 Update CHANGELOG.md and main package.json to 0.209.3 🔖 Release n8n@0.209.3 ⬆️ Set n8n-core@0.149.2, n8n-editor-ui@0.175.3, n8n-nodes-base@0.207.2 and n8n-workflow@0.131.2 on n8n 🔖 Release n8n-editor-ui@0.175.3 ⬆️ Set n8n-design-system@0.49.3 and n8n-workflow@0.131.2 on n8n-editor-ui 🔖 Release n8n-design-system@0.49.3 🔖 Release n8n-nodes-base@0.207.2 ⬆️ Set n8n-core@0.149.2 and n8n-workflow@0.131.2 on n8n-nodes-base 🔖 Release n8n-node-dev@0.88.2 ⬆️ Set n8n-core@0.149.2 and n8n-workflow@0.131.2 on n8n-node-dev 🔖 Release n8n-core@0.149.2 ⬆️ Set n8n-workflow@0.131.2 on n8n-core 🔖 Release n8n-workflow@0.131.2 fix(core): Non owner should be permitted to use their own credentials (#5036) fix(editor): Fix for loading executions that are not on the current executions list (#5035) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Github issue / Community forum post (link here to close automatically):
https://community.n8n.io/t/bug-executions-not-working-fine-when-i-try-to-see-one-execution-it-displays-another-one/20571
Also fixes ADO-158