mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Orders Gitlab issue notes by update date
Gitlab issue notes are now sorted by update date in ascending order. This ensures that the last comment displays as the last note. Fixes #5911
This commit is contained in:
parent
89940e2d57
commit
2e75ab6cce
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ export class GitlabApiService {
|
|||
}
|
||||
return this._sendPaginatedRequest$(
|
||||
{
|
||||
url: `${issue.links.self}/notes`,
|
||||
url: `${issue.links.self}/notes?sort=asc&order_by=updated_at`,
|
||||
},
|
||||
cfg,
|
||||
).pipe(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue