We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a reference is set on an asyncapi message header, it should be saved.
Nothing is saved and an invalid overload error is thrown.
invalid overload error
In the headers-tab.component.ts following deprecated method is called to update the model :
headers-tab.component.ts
let command: ICommand = CommandFactory.createChangeHeadersRefCommand_Aai20(nt.type, this.message.parent() as AaiOperation);
But it always throws an invalid overload error.
invalid overload
I will create a PR that uses CommandFactory#createChangePropertyCommand instead as suggested by the doc.
CommandFactory#createChangePropertyCommand
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
When a reference is set on an asyncapi message header, it should be saved.
Actual Behavior
Nothing is saved and an
invalid overload error
is thrown.Steps to Reproduce the Problem
Specifications
Cause of the issue
In the
headers-tab.component.ts
following deprecated method is called to update the model :But it always throws an
invalid overload
error.I will create a PR that uses
CommandFactory#createChangePropertyCommand
instead as suggested by the doc.The text was updated successfully, but these errors were encountered: