You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
T3Monitor\T3monitoring\Service\DataIntegrity::getLatestExtensionVersion()
sets the flagis_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.
The text was updated successfully, but these errors were encountered: