Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cnmarco opened this issue Jun 23, 2022 · 0 comments
Open

Comments

@cnmarco
Copy link
Contributor

cnmarco commented Jun 23, 2022

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.

georgringer pushed a commit that referenced this issue Jun 23, 2022
* Fix updating extension list and resetting state "is_latest" for extensions

* Minor code cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant