Skip to content

Commit

Permalink
Merge branch 'xdmod8.5' into add_report_thumbnail_portlet3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkzia committed Jul 12, 2019
2 parents 463ad93 + e0f06e4 commit 526c5bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions classes/Rest/Controllers/SummaryControllerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,12 @@ public function getRoleReport(Request $request, Application $app)
}
return $app->json(array(
'success' => true,
'total' => 1,
'total' => count($data),
'data' => $data
));
}
}
/*
/*
* Get stored value for if a user should view the help tour or not
*/
public function getViewedUserTour(Request $request, Application $app)
Expand Down

0 comments on commit 526c5bb

Please sign in to comment.