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:
Kevin Sarsen 2026-01-06 09:24:23 -07:00
parent 89940e2d57
commit 2e75ab6cce
No known key found for this signature in database

View file

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