t3monitoring icon indicating copy to clipboard operation
t3monitoring copied to clipboard

[BUG]: State "is_latest" does not get reset for older extension versions

Open cnmarco opened this issue 2 years ago • 0 comments

T3Monitor\T3monitoring\Service\DataIntegrity::getLatestExtensionVersion() sets the flag is_latest = 1 for the last major release of each extension version. But it does not reset that flag for versions that had is_latest = 1 before. Thus, multiple versions of the same extension may be marked as "is_latest". This leads to an incorrect count of outdated extension versions.

cnmarco avatar Jun 23 '22 08:06 cnmarco