You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user access the board page, he can change the value of the settings, but when click on save appears an error (because the validation on backend).
So only show the board settings for the user that created the board.
Steps to reproduce
Login into the application
Access a board from dashboard or boards page
Click on "Board Settings" button
Change any value ("Hide Votes from others", "Board Name", ...)
Click on "Save" button
Expected result
The user can click on "Board Settings" button, if this user create the board. If, the user can't see this button.
Actual result
Every user can see and click on this button, but when save the "Board Settings" appears an error (from Backend validation)
The text was updated successfully, but these errors were encountered:
Description
When a user access the board page, he can change the value of the settings, but when click on save appears an error (because the validation on backend).
So only show the board settings for the user that created the board.
Steps to reproduce
Expected result
The user can click on "Board Settings" button, if this user create the board. If, the user can't see this button.
Actual result
Every user can see and click on this button, but when save the "Board Settings" appears an error (from Backend validation)
The text was updated successfully, but these errors were encountered: