fix: ext upgrade (#2776)
This commit is contained in:
@@ -169,7 +169,11 @@ class Extension(BaseModel):
|
||||
name=ext_info.name,
|
||||
short_description=ext_info.short_description,
|
||||
tile=ext_info.icon,
|
||||
upgrade_hash=settings.extension_upgrade_hash(ext_info.id),
|
||||
upgrade_hash=(
|
||||
ext_info.hash
|
||||
if settings.extension_has_been_activated(ext_info.id)
|
||||
else ""
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user