Skip to content

Regression: can’t move anymore items between columns in kanban boards #24879

Closed
@tobiasBora

Description

@tobiasBora

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

Peek 23-05-2023 12-27

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

delvh commented on May 23, 2023

@delvh
Member

@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:

  1. short-term: Add the check to the repo templates as well
  2. long-term: Merge the repo-and org-level templates into one.
tobiasBora

tobiasBora commented on May 23, 2023

@tobiasBora
Author

Yeah, in a normal private repository created a while ago.

added
issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a change
on May 23, 2023
yp05327

yp05327 commented on May 24, 2023

@yp05327
Contributor

@delvh
@wxiaoguang is right.
I'm sorry, I forgot to edit the repo-level projects template in #24589.
Will be fixed in #24892.

yp05327

yp05327 commented on May 24, 2023

@yp05327
Contributor

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.

added a commit that references this issue on May 24, 2023
fd1967c
tobiasBora

tobiasBora commented on May 24, 2023

@tobiasBora
Author

Awesome! Any idea when this will be deployed to gitea.org?

lunny

lunny commented on May 24, 2023

@lunny
Member

gitea.com updated.

locked as resolved and limited conversation to collaborators on May 24, 2023
added a commit that references this issue on May 31, 2023
2affe0a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a changetype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @lunny@silverwind@tobiasBora@yp05327@delvh

      Issue actions

        Regression: can’t move anymore items between columns in kanban boards · Issue #24879 · go-gitea/gitea