mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-14 01:34:47 +08:00
fix: 解决运行环境网站切换PHP版本导致已安装应用消失的问题 (#2026)
This commit is contained in:
parent
24c87905b1
commit
d72d2c1167
@ -840,6 +840,10 @@ func handleInstalled(appInstallList []model.AppInstall, updated bool) ([]respons
|
|||||||
}
|
}
|
||||||
versions = common.GetSortedVersions(versions)
|
versions = common.GetSortedVersions(versions)
|
||||||
if len(versions) == 0 {
|
if len(versions) == 0 {
|
||||||
|
if !updated {
|
||||||
|
installDTO.CanUpdate = false
|
||||||
|
res = append(res, installDTO)
|
||||||
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
lastVersion := versions[0]
|
lastVersion := versions[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user