-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fixed Bug:After deleting a board, using the undo feature would redire… #4868
base: main
Are you sure you want to change the base?
fixed Bug:After deleting a board, using the undo feature would redire… #4868
Conversation
…ct to an error page displaying "board-not-found."
Hello @V1nnncJune, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. Per the Mattermost Contribution Guide, we need to add you to the list of approved contributors for the Mattermost project. Please help complete the Mattermost contribution license agreement? This is a standard procedure for many open source projects. Please let us know if you have any questions. We are very happy to have you join our growing community! If you're not yet a member, please consider joining our Contributors community channel to meet other contributors and discuss new opportunities with the core team. |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
/update-branch |
Hello, in the merge request for this issue, I only made a modification to one line of code. However, it's showing that the automated script did not pass. How should I address this problem, or is there an issue with the script itself? |
@V1nnncJune please note that this entire project seems quite abandoned, I found this fork following this discussion that could be a replacement for a community-driven product |
Summary
After deleting a board, using the undo feature would redirect to an error page displaying "board-not-found." After reviewing the code, I swapped the order of the undo operation in the deleteBoard function, ensuring that the server data is updated first before redirecting to the page. This change allows for undoing board deletion without encountering an error.