File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const setOperationDetails = (id: string, version: string): void => {
9494 showValidations .value = validations .value .length > 0
9595 showPossibleErrors .value = possibleErrors .value .length > 0
9696 showConnectorMethods .value = true
97- footNote .value .version = operation .operation_id
97+ footNote .value .operationId = operation .operation_id
9898 footNote .value .version = operation .implemented_by .version
9999 footNote .value .functionName = operation .implemented_by .function
100100 footNote .value .messageTags = operation .tags .join (' ,' )
@@ -581,8 +581,7 @@ const onError = (error) => {
581581 <el-divider class =" divider" />
582582 <div >
583583 <p class =" footnote" >
584- Implemented by: {{ footNote.version }}, function_name: by {{ footNote.functionName }},
585- operation_id: {{ footNote.functionName }}, Message Tags: {{ footNote.messageTags }}
584+ Implemented in: {{ footNote.version }} by function_name: {{ footNote.functionName }} (operation_id: {{ footNote.operationId }}). Message Tags: {{ footNote.messageTags }}
586585 </p >
587586 </div >
588587 <br />
You can’t perform that action at this time.
0 commit comments