File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -700,7 +700,7 @@ protected function createMiniDashboardSummary() {
700
700
],
701
701
]]);
702
702
703
- $ this ->adRightsToMiniDashboard ($ dashboard ->fields ['id ' ]);
703
+ $ this ->addRightsToMiniDashboard ($ dashboard ->fields ['id ' ]);
704
704
}
705
705
706
706
protected function createMiniDashboardBigNumbers () {
@@ -771,10 +771,10 @@ protected function createMiniDashboardBigNumbers() {
771
771
$ x += ($ w + $ s );
772
772
}
773
773
774
- $ this ->adRightsToMiniDashboard ($ dashboard ->fields ['id ' ]);
774
+ $ this ->addRightsToMiniDashboard ($ dashboard ->fields ['id ' ]);
775
775
}
776
776
777
- protected function adRightsToMiniDashboard (int $ dashboardId ) {
777
+ protected function addRightsToMiniDashboard (int $ dashboardId ) {
778
778
// Give rights to all self service profiles
779
779
$ profile = new Profile ();
780
780
$ helpdeskProfiles = $ profile ->find ([
You can’t perform that action at this time.
0 commit comments