mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[view] fix: displaying initial warnings related to supported technologies even when they are not enabled or have the required dependencies
This commit is contained in:
@@ -848,7 +848,7 @@ class WebApplicationManager(SoftwareManager):
|
||||
def list_updates(self, internet_available: bool) -> List[PackageUpdate]:
|
||||
pass
|
||||
|
||||
def list_warnings(self, internet_available: bool) -> List[str]:
|
||||
def list_warnings(self, internet_available: bool) -> Optional[List[str]]:
|
||||
pass
|
||||
|
||||
def _fill_suggestion(self, app: WebApplication):
|
||||
|
||||
Reference in New Issue
Block a user