mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Rename push sessionId to pushRef (#8905)
This commit is contained in:
committed by
GitHub
parent
eaaefd76da
commit
072c3db97d
@@ -142,7 +142,7 @@ export default defineComponent({
|
||||
nodeName: {
|
||||
type: String,
|
||||
},
|
||||
sessionId: {
|
||||
pushRef: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
@@ -409,7 +409,7 @@ export default defineComponent({
|
||||
openWebhookUrl() {
|
||||
this.$telemetry.track('User clicked ndv link', {
|
||||
workflow_id: this.workflowsStore.workflowId,
|
||||
session_id: this.sessionId,
|
||||
push_ref: this.pushRef,
|
||||
pane: 'input',
|
||||
type: 'open-chat',
|
||||
});
|
||||
@@ -431,7 +431,7 @@ export default defineComponent({
|
||||
} else if (target.dataset.key === 'executions') {
|
||||
this.$telemetry.track('User clicked ndv link', {
|
||||
workflow_id: this.workflowsStore.workflowId,
|
||||
session_id: this.sessionId,
|
||||
push_ref: this.pushRef,
|
||||
pane: 'input',
|
||||
type: 'open-executions-log',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user