From 7d20c8323a9d5d48631d7eb793dcd2d19b25f6d4 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 15 Jul 2022 15:01:32 +0200 Subject: Fix commit status icon when in subdirectory (#20285) When viewing a subdirectory and the latest commit to that directory in the table, the commit status icon incorrectly showed the status of the HEAD commit instead of the latest for that directory. --- models/migrations/v219.go | 1 + 1 file changed, 1 insertion(+) (limited to 'models/migrations') diff --git a/models/migrations/v219.go b/models/migrations/v219.go index 7b2eaa3292..7b4f34b704 100644 --- a/models/migrations/v219.go +++ b/models/migrations/v219.go @@ -9,6 +9,7 @@ import ( "code.gitea.io/gitea/models/repo" "code.gitea.io/gitea/modules/timeutil" + "xorm.io/xorm" ) -- cgit v1.2.3