|
Hi guys
Is there any way to get in a widget all project measures with alerts or do I have to iterate through all measures and find out manually the alerts?
Regards Patroklos
|
|
Hi Patroklos,
You have to add the SQL condition on ALERT_STATUS IS NOT NULL. It can be also be filtered on ruby objects with something like : measures.select{|m| m.alert_status.present?} Regards Simon On 9 August 2012 09:36, Papapetrou P.Patroklos <[hidden email]> wrote: Hi guys -- http://sonarsource.com |
|
Thanks a lot Simon
I prefer the SQL Condition to avoid loading too many records and the filter them :) Regards
Patroklos
2012/8/10 Simon Brandhof <[hidden email]> Hi Patroklos, |
|
Hi Patroklos, You replied to the wrong
person J. Best regards, Ad
Tromp Van: Papapetrou
P.Patroklos [mailto:[hidden email]] Thanks a lot Simon I prefer the SQL Condition to avoid loading
too many records and the filter them :) Regards Patroklos 2012/8/10 Simon Brandhof <[hidden email]> Hi Patroklos, On 9 August 2012 09:36, Papapetrou P.Patroklos <[hidden email]>
wrote: Hi guys Is there any way to get in a widget all
project measures with alerts or do I have to iterate through all measures and
find out manually the alerts? Regards Patroklos
-- Simon
BRANDHOF | SonarSource
|
| Powered by Nabble | Edit this page |
