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

Prevent dropping onto project column 0 #29892

Closed
wants to merge 2 commits into from

Conversation

silverwind
Copy link
Member

@silverwind silverwind commented Mar 18, 2024

Fixes: #29853
Fixes: #29870

With this, it's no longer possible to drop something onto the first column, which prevents the 500 error from happening. In the future we should remove the restriction and allow dragging from and to column 0.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Mar 18, 2024
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 18, 2024
Copy link
Member

@denyskon denyskon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix will become obsolete after #29874

@GiteaBot GiteaBot added lgtm/blocked A maintainer has reservations with the PR and thus it cannot be merged and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Mar 18, 2024
@silverwind
Copy link
Member Author

silverwind commented Mar 18, 2024

Should we take it and you revert it in your PR afterwards? I don't really care much about the issue. It's been present for a long term and no one complained apparently.

@denyskon
Copy link
Member

My PR is ready for review and should be easy to merge, so closing this :)

@denyskon denyskon closed this Mar 18, 2024
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/blocked A maintainer has reservations with the PR and thus it cannot be merged modifies/js size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Moving project panels results in 500 GetProjectBoard: project board does not exist
3 participants