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 7b15ac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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
2 changes: 1 addition & 1 deletion configuration/etl/etl.d/xdmod-migration-8_1_2-8_5_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@
"truncate_destination": true
}
]
}
}

0 comments on commit 7b15ac3

Please sign in to comment.