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

Properly check for the stack AND setting board permissions #3670

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Mar 25, 2022

Fixes a regression from #3541 where the the boardId was taken to check for stack permissions. To properly check this we need to extend the permission checks to validate if the board provided in the boardId is also accessible by the user.

Steps to reproduce:

  • Rename a list

Before:
403

After:
works again

Fixes #3633

@juliusknorr
Copy link
Member Author

/backport to stable23

@juliusknorr
Copy link
Member Author

/backport to stable22

@juliusknorr
Copy link
Member Author

/backport to stable21

@nickvergessen
Copy link
Member

So it seems to work in the backend and there is no error reported anymore, but I have to reload the page to see my edit?

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr juliusknorr force-pushed the bugfix/noid/stack-update-check branch from 7387e21 to 86d3de2 Compare April 11, 2022 10:50
@juliusknorr
Copy link
Member Author

No the edit is applied right away, at least I cannot see any issue when testing here.

@nickvergessen
Copy link
Member

Peek 2022-04-11 12-55

Just tried again on this PR and it seems to be "one edit behind"

@nickvergessen
Copy link
Member

But since this PR is php only it should be unrelated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot rename Deck List
2 participants