Description
No existing issues.
- There is no existing issue for my request.
Description
At the moment, every getRepository
or upgradeOsPackages
host message leads to a new notification:
ioBroker.js-controller/packages/controller/src/main.ts
Lines 2190 to 2194 in 67b3039
ioBroker.js-controller/packages/controller/src/main.ts
Lines 2988 to 2992 in 67b3039
ioBroker.js-controller/packages/controller/src/main.ts
Lines 5724 to 5732 in 67b3039
So there's a new notification every day (if the repo has changed) - even if the notification has been confirmed already.
Why?
I'm doing updates about once a week. So I cannot remove that notification for a few days. When using admin 7.0.23 it is not possible to remove those notifications:
Looks like the notifications are cleared correctly (system.host.iobroker.notifications.system
is {}
afterwards) but a page reload re-generates the notification: {"packageUpdates":{"count":1}}
[3,70,"sendToHost",["system.host.iobroker","clearNotifications",{"category":"packageUpdates"}]] 1723533804.2533119
How?
No response