[settings] property to disable pre-dependency checking

This commit is contained in:
Vinicius Moreira
2020-02-10 15:01:15 -03:00
parent 3e956a5413
commit 4835d8c2ec
9 changed files with 26 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ class UpdateSelectedApps(AsyncAction):
models = [view.model for view in self.pkgs]
if not self._handle_update_requirements(models):
if bool(app_config['updates']['pre_dependency_checking']) and not self._handle_update_requirements(models):
return
proceed, sorted_pkgs = self._sort_packages(models, app_config)