|
|
|
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.
|
|
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. |
Show » |
|
Line 46:
if (!in_array($action, $actionoptions)) {
should be
if (!array_key_exists($action, $actionoptions)) {