v615: new org.view is non functional ...

Post Reply
jmk
Posts: 137
Joined: 31 May 2012, 12:08
Location: France

The 'new Style Group Actor Summary' cannot display any organizational chart as there is a bug in the org graph construction.

The following diff should correct this defect:

Code: Select all

diff --git a/enterprise/core_el_org_summary_new.xsl b/enterprise/core_el_org_summary_new.xsl
index 79d5cd8..9439de6 100644
--- a/enterprise/core_el_org_summary_new.xsl
+++ b/enterprise/core_el_org_summary_new.xsl
@@ -2105,8 +2105,8 @@ function getThisHierarchy(node, chartParent, modelData){
                                
                                                modelData.push(thisNode)
                                                chartParent=thisParent.id
-                       }
                }else{  chartParent=null}
+                       }
 
    let thisNode = {
        "nodeId": node.id,
User avatar
neil.walsh
Posts: 445
Joined: 16 Feb 2009, 13:45
Contact:

Thanks for the feedback, we'll review and test this fix.

Cheers

Neil
Post Reply