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

Support sorting for project board issuses #17152

Merged
merged 23 commits into from
Dec 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove debug
  • Loading branch information
anbraten committed Sep 25, 2021
commit fbe30c3423c3511a7349eaca5d73f09277a2dd47
2 changes: 0 additions & 2 deletions models/project_issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ func MoveIssueAcrossProjectBoards(issue *Issue, board *ProjectBoard, sorting int
return err
}

fmt.Println("sorting", sorting)

return sess.Commit()
}

Expand Down