浏览代码

Show direct report count for children in OrgChart view

Joseph White 8 年之前
父节点
当前提交
5bb617923f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/angular/src/peoplesearch/orgchart.component.html

+ 1 - 1
src/main/angular/src/peoplesearch/orgchart.component.html

@@ -53,7 +53,7 @@
 
     <div class="person-card-list">
         <person-card person="directReport"
-                     show-direct-report-count="false"
+                     show-direct-report-count="true"
                      show-image="$ctrl.showImages"
                      ng-repeat="directReport in $ctrl.directReports"
                      ng-click="$ctrl.selectPerson(directReport.userKey)">