YunoHost / issues

General issue tracker for the YunoHost project
71 stars 7 forks source link

Only standard, not customized antifeatures descriptions are displayed before installation #2397

Open tituspijean opened 1 month ago

tituspijean commented 1 month ago

Example with Ghost. Ghost app has a customized arbitrary limitation in its manifest:

https://github.com/YunoHost-Apps/ghost_ynh/blob/9acf201a00617f8c86699069025b4a1b83a2034e/manifest.toml#L19-L20

[antifeatures]
arbitrary-limitations.en = "Ghost developers have chosen to only support MySQL. YunoHost relying on MariaDB, incompatibilities may arise. For more information: https://github.com/TryGhost/Ghost/issues/15729#issuecomment-1299297720"

It is correctly transcribed into its README: https://github.com/YunoHost-Apps/ghost_ynh/blob/9acf201a00617f8c86699069025b4a1b83a2034e/README.md#red_circle-antifeatures

image

However, when loading the app installation page from the webadmin, the standard antifeature description is displayed:

image