mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Hide previous execution data for sub-nodes in debug mode if it has execution error (#8710)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
@@ -395,6 +395,8 @@ export default defineComponent({
|
|||||||
if (val === 'mapping') {
|
if (val === 'mapping') {
|
||||||
this.onUnlinkRun();
|
this.onUnlinkRun();
|
||||||
this.mappedNode = this.rootNodesParents[0];
|
this.mappedNode = this.rootNodesParents[0];
|
||||||
|
} else {
|
||||||
|
this.mappedNode = null;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
immediate: true,
|
immediate: true,
|
||||||
|
|||||||
@@ -173,6 +173,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-else-if="
|
v-else-if="
|
||||||
|
!hasRunError &&
|
||||||
hasNodeRun &&
|
hasNodeRun &&
|
||||||
((dataCount > 0 && maxRunIndex === 0) || search) &&
|
((dataCount > 0 && maxRunIndex === 0) || search) &&
|
||||||
!isArtificialRecoveredEventItem
|
!isArtificialRecoveredEventItem
|
||||||
|
|||||||
Reference in New Issue
Block a user