Skip to content
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

[FIX]: Only show the board settings for the user that created the board #338

Closed
dsousa12 opened this issue Jul 19, 2022 · 0 comments · Fixed by #339, #341 or #342
Closed

[FIX]: Only show the board settings for the user that created the board #338

dsousa12 opened this issue Jul 19, 2022 · 0 comments · Fixed by #339, #341 or #342
Assignees
Labels
bug Something isn't working frontend
Milestone

Comments

@dsousa12
Copy link
Contributor

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

  1. Login into the application
  2. Access a board from dashboard or boards page
  3. Click on "Board Settings" button
  4. Change any value ("Hide Votes from others", "Board Name", ...)
  5. 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)

@dsousa12 dsousa12 added bug Something isn't working frontend labels Jul 19, 2022
@dsousa12 dsousa12 added this to the MVP milestone Jul 19, 2022
@dsousa12 dsousa12 moved this to To Do in SPLIT • Bugs Jul 19, 2022
@dsousa12 dsousa12 moved this to To Do in SPLIT • Frontend Jul 19, 2022
Repository owner moved this from To Do to Done in SPLIT • Frontend Jul 19, 2022
Repository owner moved this from To Do to Done in SPLIT • Bugs Jul 19, 2022
Repository owner moved this from Done to In Progress in SPLIT • Bugs Jul 19, 2022
Repository owner moved this from Done to In Progress in SPLIT • Frontend Jul 19, 2022
Repository owner moved this from In Progress to Done in SPLIT • Bugs Jul 19, 2022
Repository owner moved this from In Progress to Done in SPLIT • Frontend Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment