Is there a way to clear those? They are many days old and still show up. Defeats the point if I never look up there cause it always shows an error from forever ago.
Same problem here.
Hi,
If you go to “Users&Account Info/Alerts” and you will find there all alerts. From here you can delete any alert you want.
Best Regards,
- Andrei -
[quote=“mcv.andrei, post:3, topic:183530”]Hi,
If you go to “Users&Account Info/Alerts” and you will find there all alerts. From here you can delete any alert you want.
Best Regards,
- Andrei -[/quote]
Unfortunately, clearing alerts at this place has no effect on alerts displayed at top of the dashboard. That’s another minor bug I forgot to report…
[quote=“lolodomo, post:4, topic:183530”][quote=“mcv.andrei, post:3, topic:183530”]Hi,
If you go to “Users&Account Info/Alerts” and you will find there all alerts. From here you can delete any alert you want.
Best Regards,
- Andrei -[/quote]
Unfortunately, clearing alerts at this place has no effect on alerts displayed at top of the dashboard. That’s another minor bug I forgot to report…[/quote]
You’re right, I double checked this and it was already on our list, my bad ![]()
Regards,
- Andrei -
Has anyone found a manual fix while we wait for the next software update? Seeing a 20 day old alert on my dashboard is getting old.
Well having the same problem I am going to look closer into it… (look at the code to see where the UI gets its data from and perhaps go clear the data from there - No guarantee we can help ourselves without an MCV Dr. !
- Within the “alerts_and_carousel_container” UI header
where does “clearfix tray dashboardAlertContainer” function gets its data from ?
Now got to find that function…
dynamic Html to paint the UI out of Ajax running JavaScripts functions that query services on the box… pretty sophisticated stuff !!
------------------------------->>>
!! Ui7 design gaps are too many: simply a waste of time !!
I there a place we can get the list of “Most Wanted” bugs from the development side??
That would help assess where the current landmines are …
Sure thing here it is: http://bugs.micasaverde.com/view_all_bug_page.php
The bugDb shows issues classified as “Major” aging along as users strugle with MCV experimental builds.
It does not take very long to realise that Ui7 should still be in Alpha stage as the box is not even stable.
Overall MCV is doing itself a disfavor by fooling would be users that they have a stable product.
No question it took a whole lot of work and efforts to get to Ui7x.388 and it will needs a lot more to get to a ready stable stage. No quiero Ui7 basura!
Anyone see any updates to this in the newest firmware 1.7.439? I havent seen anything that addresses it.
[quote=“mcv.andrei, post:5, topic:183530”][quote=“lolodomo, post:4, topic:183530”][quote=“mcv.andrei, post:3, topic:183530”]Hi,
If you go to “Users&Account Info/Alerts” and you will find there all alerts. From here you can delete any alert you want.
Best Regards,
- Andrei -[/quote]
Unfortunately, clearing alerts at this place has no effect on alerts displayed at top of the dashboard. That’s another minor bug I forgot to report…[/quote]
You’re right, I double checked this and it was already on our list, my bad ![]()
Regards,
- Andrei -[/quote]
hi Andrei
I also encountered this issue.
may I check w you, what is the status?
btw, is there a list of bugs that veralite administrator can share with users of veralite.
please kindly advise
thanks in advance.
Same issue here - I have cleared out all alerts since the beginning of time. Any news when this will be fixed?
same issue, i started a different thread (sorry didn’t saw this one before).
I found a workaround solution in this link: [url=http://forum.micasaverde.com/index.php/topic,28418.msg225562.html#msg225562]http://forum.micasaverde.com/index.php/topic,28418.msg225562.html#msg225562[/url]
Execute this luup code, then reboot:
local file = io.open(“/etc/cmh/alerts.json”, “w+”)
file:write(‘{ “alerts”: [ ] }’)
file:close()