1.27

Content matrix

VersionSummary of contentComments
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:

  •  8.3.3


1.27.0-funcrel

Feature Improvements

SummaryDetails
Industry standard tiles should show non-critical violation counts by defaultIndustry standard tiles will show total violation counts by default, and will not change when the Critical violations toggle is enabled.

Other Updates

Internal IdDetails
DASHBOARDS-3444/server/reset web service should reload the roles.xml file
DASHBOARDS-3621Action Plan Recommendation Algorithm Bug in the rules selection
DASHBOARDS-3655Bad order of records for some extraction with modules

Resolved Issues

Customer Ticket IdDetails
30102[AIP Datamart] ERROR: duplicate key value violates unique constraint “mod_health_scores_pkey”. This bug impacting the RestAPI is now fixed.
29825EXCLUSIONS 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); });