-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Inconsistency in Documentation and Example #365
Comments
Thanks for pointing this out! I'll take another look at the docs to ensure they're correct. The documentation around bindings is being updated in this PR: mattermost/mattermost-developer-documentation#1111 |
Okay great, thanks for the reply. |
Is this really solved? Because I tried to follow the quick start guide today, and had the same problem: Using the new documentation here: http://mattermost-dev-docs-preview-pulls.s3-website-us-east-1.amazonaws.com/1111/integrate/apps/quickstart/quick-start-go/ If I copy the I believe the |
Oh okay sorry, maybe I closed it to fast. I closed it because it already is worked on, but I should probably wait. Yes the call has to be replaced with submit |
Yes, you are correct @luiz-filipe. The quick start guides are being updated by @azigler in this PR: mattermost/mattermost-developer-documentation#1106 |
Closing as mattermost/mattermost-developer-documentation#1106 got merged |
I experienced following error after installing a mattermost app on the server:
(only) one of "submit", "form", or "bindings" must be set in a binding
After looking at the code I found following switch case inside the function
cleanAppBinding
which specifies that one and only one the propertiessubmit
,form
orbindings
needs to be specified (this also applies for sub-bindings). According to the example and the quick start guide this should not be the case.The text was updated successfully, but these errors were encountered: