Closed jfrerich closed 3 years ago
This PR adds the optional readonly field to the fieldsBuilder class so that a field can be set to readonly.
fieldsBuilder
The Apps Plugin has this capability, but the Zendesk app was not sending the bool value.
The Mattermost message field when creating a ticket will be readonly after this change.
https://mattermost.atlassian.net/browse/MM-35420
@DHaussermann I'm going to go ahead and merge. This is a simple fix that doesn't really require a full QA.
Summary
This PR adds the optional readonly field to the
fieldsBuilder
class so that a field can be set to readonly.The Apps Plugin has this capability, but the Zendesk app was not sending the bool value.
The Mattermost message field when creating a ticket will be readonly after this change.
Ticket Link
https://mattermost.atlassian.net/browse/MM-35420