-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add project column choice option on issue sidebar #30617
base: main
Are you sure you want to change the base?
Add project column choice option on issue sidebar #30617
Conversation
Signed-off-by: a1012112796 <1012112796@qq.com>
A change comment need to be created when switching successfully. |
That's another feature which is out of the topic of current pull request... |
Signed-off-by: a1012112796 <1012112796@qq.com>
No, I don't think so. It should be created with the same database transaction. |
see #30703, it's not a small change like what you see... |
Considering multi project support, maybe using modal later is a good choice. |
Please resolve the conflicts, sorry the rename PR results in conflicts. |
models/project/issue.go
Outdated
} | ||
defer committer.Close() | ||
|
||
num, err := toColumn.NumIssues(ctx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not right. If you update two columns, then they will have the same sorting
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but this function only can update one column.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean one by one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean one by one.
I think it okay, becaue when call it one by one, NumIssues also will be canged one by one. else which sorting
should be seted in this usage? zero?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks in moveIssuesToAnotherColumn()
, it use max()
sql function to get new sorting
, I have use same logic in a824db0, how about this?
Signed-off-by: a1012112796 <1012112796@qq.com>
Announce it again. This PR may cause big conflict in Web UI with #30381. |
Fix #13520? |
example: