Browse Source

Show direct report count for children in OrgChart view

Joseph White 8 năm trước cách đây
mục cha
commit
5bb617923f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)">