-
Notifications
You must be signed in to change notification settings - Fork 24
Fixes #67. Replaced empty string with empty array #70
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch 👍
@coltoneshaw strangely, I still see this behavior occurring.
Maybe I missed something can you please see if you can reproduce this on the PR branch as well? |
Hi Dylan, i tested with Master +patch1 branch & master + patch + coltoneshaw:groupIdfixes and the error was not generated, LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@DHaussermann Can we merge this? |
/update-branch |
@hanzei can we please leave this open for a couple more days. @dipak-demansol and I are seeing different results on this and are working to find the cause of the deployment issue. |
@DHaussermann , are you testing this with a fresh plugin, or did you have the old version. IIRC you may need to update the config.json to fix the original issue and then test. Or remove the plugin along with its config and test with the new version. |
Thanks @coltoneshaw I can rip all pre-existing data out of my config or try this on a fresh server. |
After doing another round of testing this PR is good to merge.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested ands passed
As per testing above the issue is resolved.
LGTM!
Fixes #67.
Just replaced the empty string with an empty array. Tested and the config.json file saves / parses properly on restarting mattermost.