diff --git a/nextcloudappstore/core/models.py b/nextcloudappstore/core/models.py index 944888bb96f..8d9003fdfd9 100644 --- a/nextcloudappstore/core/models.py +++ b/nextcloudappstore/core/models.py @@ -319,6 +319,8 @@ def is_outdated(self): :return: True if not compatible, otherwise false """ + if self.is_integration: + return False release_versions = list(self.latest_releases_by_platform_v().keys()) if not release_versions: return True