Bug - "Add column" button visible on boards you are not allowed to administer #1916
Replies: 1 comment
-
|
I'm closing this since the commit was reverted in #1922. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
In #1906, you made sure that only users who can administer the board can add columns. However, you didn't remove the "+ Add column" button from the screen for users who can't administer the board.
Steps to reproduce
In the server logs, we can see a 403 is returned:
Suggested fix
The "+ Add column" button should be hidden for users who can't administer the board.
Note 1: I'd be happy to work on this issue if you can reproduce on your side.
Note 2: Thanks for open-sourcing fizzy. It's always a pleasure to read 37signals code 😊
Beta Was this translation helpful? Give feedback.
All reactions