-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Exception while invoking method 'inviteUserToBoard' Error: Is comment only is required #950
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
Comments
@vampirefrog I implemented the comment permissions feature but I am fairly new to meteor. I did not experience this issue when testing but I will try to fix it if you give me more details.. If the default level that a user should be at is normal when a user is invited, then isCommentOnly should be set to false instead. |
Sorry, I meant false indeed. Thanks for the quick fix |
Merged. Will be included in next release. |
Abstract@rhelsing I have your hotfix (my revision is 823aea4), but the issue is still reproduces. Do you need more details to investigate? STR
ARThere is span with "400" error inside. Stack trace is the following:
ARThe board should be created and all data imported |
@xet7 see above? |
Note that there is at least 2 places where user are created while importing Trello Boards. The first one is at wekan/import.js:144 The second one at wekan/import.js:169 |
@Jean-Daniel thank you, are there any other spots I may have missed? Is there a callback or modification I can make at a higher level (on the user model maybe?) that would solve all of these potential issues? Something similar to #970 |
in boards.js I've had to add 'isCommentOnly: true' around line 315, to get rid of this error. Not only that, but when inviting a user to a board, the only error I would receive was '400'
The text was updated successfully, but these errors were encountered: