mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-04 19:28:52 +02:00
fix wrong caching
This commit is contained in:
@@ -127,7 +127,7 @@ public class ChangesetViewerUtil extends PartCacheClearHook
|
||||
|
||||
Changeset changeset = null;
|
||||
ChangesetViewerCacheKey key =
|
||||
new ChangesetViewerCacheKey(repository.getId(), -1, -1);
|
||||
new ChangesetViewerCacheKey(repository.getId(), null, revision, -1, -1);
|
||||
ChangesetPagingResult result = cache.get(key);
|
||||
|
||||
if (result == null)
|
||||
|
||||
Reference in New Issue
Block a user