Fix showing uninstall button twice in extension info page

In case the extensions has an available update and is obsolete at the same time, the uninstall button was shown twice.

An obsolete extension is not updatable; thus, the second button for the "update" action should not be shown.
This commit is contained in:
schroda
2026-05-09 12:23:58 +02:00
parent f45b42b7b5
commit a7dfc05830
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Fixed
- (**Navigation**) Fix obsolete extensions being included in the updatable extensions info
- (**Extensions**) Fix showing the uninstall button twice in the extension info page in case the extensions is obsolete and has a update at the same time
## [20260508.01] (r3136) - 2026-05-08