ignore installation_issue to show update end notification
Description
Show update end notification even though any installation_issue is available in database.
Screenshots
Technical details
We show notification on update triggered when there are no pending update left in database. To check the status of database, we have to ignore the entry related to installation_issue
. If there are no entry in database without status of installation_issue
, then we will show the notification. Otherwise, installation_issue
will be considered as pending task and app won't show notification.
Tests
Issues
10 commandments of code reviews
<Keep the link above in the merge request description to remind the 10 commandments to the reviewers.>