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
The MM Webapp does not export AdvancedCreateComment directly. Instead it sets a bunch of incorrect parameters and only allows changes to placeholder and onSubmit. See: https://github.com/mattermost/mattermost/blob/master/webapp/channels/src/plugins/exported_create_post.tsx#L15
placeholder
onSubmit
This caused a bug in the RHS for non-admin users requiring an unpleasant workaround.
This ticket is to fix the webapp and come up with a migration path away from the workaround.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The MM Webapp does not export AdvancedCreateComment directly. Instead it sets a bunch of incorrect parameters and only allows changes to
placeholder
andonSubmit
. See: https://github.com/mattermost/mattermost/blob/master/webapp/channels/src/plugins/exported_create_post.tsx#L15This caused a bug in the RHS for non-admin users requiring an unpleasant workaround.
This ticket is to fix the webapp and come up with a migration path away from the workaround.
The text was updated successfully, but these errors were encountered: