Closed
Description
Description
I don’t know why, but I realized today that on the https://gitea.com/ instance (1.20), I can’t move kanban items from one column to another while it used to work fine (which kind of defeats completely the purpose of kanban), see the gif in the screenshots section. I tried in both firefox (version 109.0.1) and chromium (version 109 as well).
Gitea Version
1.20
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
both try.gitea.io or https://gitea.com/
Database
None
Activity
delvh commentedon May 23, 2023
@wxiaoguang gave me an idea here ↑ what went wrong:
@tobiasBora You mean on a repo-level project, right?
The PR @wxiaoguang mentioned changed the JS and the org-wide project templates, but as far as I know repo-level projects and org-level projects use different templates, so the repo-level projects were not changed to include the
sortable
class.I can see two solutions:
tobiasBora commentedon May 23, 2023
Yeah, in a normal private repository created a while ago.
yp05327 commentedon May 24, 2023
@delvh
@wxiaoguang is right.
I'm sorry, I forgot to edit the repo-level projects template in #24589.
Will be fixed in #24892.
yp05327 commentedon May 24, 2023
I agree
Merge the repo-and org-level templates into one.
It doesn't look good now that we have to maintain both repo- and org-level templates, they have almost same codes.
Fix can’t move anymore items in repo project boards (#24892)
tobiasBora commentedon May 24, 2023
Awesome! Any idea when this will be deployed to
gitea.org
?lunny commentedon May 24, 2023
gitea.com updated.
Fix can’t move anymore items in repo project boards (go-gitea#24892)