Closed mickmister closed 1 year ago
I've migrated the calls/forms to use submit and source.
submit
source
I've also handled changes from https://github.com/mattermost/mattermost-plugin-apps/pull/298, e.g. the case of context.team.id instead of context.team_id.
context.team.id
context.team_id
@levb I believe this is fully migrated for Apps 1.0 now
Closing since https://github.com/mattermost/mattermost-app-zendesk/pull/95 contains these changes
Summary
I've migrated the calls/forms to use
submit
andsource
.I've also handled changes from https://github.com/mattermost/mattermost-plugin-apps/pull/298, e.g. the case of
context.team.id
instead ofcontext.team_id
.Ticket Link