UI: Added allEnabled = true on rule node copying if debug active
This commit is contained in:
parent
7270b98556
commit
8e34cfefc8
@ -305,7 +305,11 @@ export class ItemBufferService {
|
|||||||
connectors: [],
|
connectors: [],
|
||||||
additionalInfo: origNode.additionalInfo,
|
additionalInfo: origNode.additionalInfo,
|
||||||
configuration: origNode.configuration,
|
configuration: origNode.configuration,
|
||||||
debugSettings: origNode.debugSettings,
|
debugSettings: {
|
||||||
|
failuresEnabled: origNode.debugSettings?.failuresEnabled,
|
||||||
|
allEnabled: origNode.debugSettings?.allEnabled || origNode.debugSettings?.allEnabledUntil > new Date().getTime(),
|
||||||
|
allEnabledUntil: 0
|
||||||
|
},
|
||||||
x: origNode.x,
|
x: origNode.x,
|
||||||
y: origNode.y,
|
y: origNode.y,
|
||||||
name: origNode.name,
|
name: origNode.name,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user