Skip to content

Commit

Permalink
bug(core-ticket): Add dispatch_weblink field to core ticket plugin (#…
Browse files Browse the repository at this point in the history
…5377)

* fix(core-ticket): Add dispatch_weblink field to core ticket plugin

When using the core ticket plugin, we're getting the error
`TypeError: DispatchTicketPlugin.update() got an unexpected keyword argument 'dispatch_weblink'`
This field was added for the Jira ticket plugin but never added to the
core plugin. Since the plugin returns no matter the arguments, I've simply added the field.

* add newline that ide removed
  • Loading branch information
bashbreakpoint authored Oct 22, 2024
1 parent db2d04d commit 968ad5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatch/plugins/dispatch_core/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def update(
document_weblink: str,
storage_weblink: str,
conference_weblink: str,
dispatch_weblink: str,
cost: float,
incident_type_plugin_metadata: dict = None,
):
Expand Down

0 comments on commit 968ad5c

Please sign in to comment.