Details
Description
We have just upgraded to 1.9.1+
The Reports > Participation report "Show action" dropdown is not affective.
I select an Activity from the 'Activity module' dropdown, leave the 'Look Back' and the 'Show only' selections, select one of the 'Show actions' options (e.g. 'View) and when I click the 'Go' button the 'Show actions' reverts to "All Actions". We need to know how many times someone has POSTED to a forum and do not want all actions which includes VIEWS.
Attachments
Issue Links
| This issue duplicates: | ||||
| MDL-18076 | Course participation report doesn't allow you to select which actions to show |
|
|
|
In course/report/participation/index.php,v 1.20.2.4 2008/04/02 06:10:00 dongsheng
Line 46:
if (!in_array($action, $actionoptions)) {
should be
if (!array_key_exists($action, $actionoptions)) {