-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api:
refresh_pkgapp_status
send all needed packages to `refresh_pkg…
…app_status` if any required packaged is not available then set as hidden
- Loading branch information
1 parent
1eb8aa6
commit 12a70e5
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Botspot with these issues fixed. Should we improve this
refresh_pkgapp_status
function to only set package apps as installed if ALL of their necessary packages are installed, not only the first app?all that should be necessary is to remove
awk '{print $1}'
and then loop on thepackage
variable withpackage_installed
to make sure that all the packages are installed.