1.27
Content matrix
| Version | Summary of content | Comments |
|---|
| 1.27.0-funcrel | - ISO tile displays the number of Violations (it has been changed from critical violation to non-critical, now it does not depend on the critical switch).
- Contains customer bug fixes
| Can be used with:
|
1.27.0-funcrel
Feature Improvements
| Summary | Details |
|---|
| Industry standard tiles should show non-critical violation counts by default | Industry standard tiles will show total violation counts by default, and will not change when the Critical violations toggle is enabled. |
Other Updates
| Internal Id | Details |
|---|
| DASHBOARDS-3444 | /server/reset web service should reload the roles.xml file |
| DASHBOARDS-3621 | Action Plan Recommendation Algorithm Bug in the rules selection |
| DASHBOARDS-3655 | Bad order of records for some extraction with modules |
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 30102 | [AIP Datamart] ERROR: duplicate key value violates unique constraint “mod_health_scores_pkey”. This bug impacting the RestAPI is now fixed. |
| 29825 | EXCLUSIONS and ACTION tabs are not available in dashboard due to overlap of item in the view |
AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });