← Back to team overview

mahara-contributors team mailing list archive

[Bug 1821107] Re: Institution report pages graph not showing

 

For the failing test you would need to do the following:
1) Log in as User1
2) Create a portfolio page
3) Force the cron to run the daily stats by running this command in database: 
 UPDATE cron SET nextrun = NULL;
4) In a terminal run:
 sudo -u www-data php htdocs/lib/cron.php

5) Browse to "Participate Group" report page
6) Verify that the page mentions 1 portfolio
7) User1 Browse to admin -> reports page
8) Verify the 'Pages by type' graph has 'Portfolio'

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1821107

Title:
  Institution report pages graph not showing

Status in Mahara:
  In Progress

Bug description:
  When we updated the Chart.js plugin we made some adjustments to the displaying of the site pages graph 
  https://reviews.mahara.org/#/c/9436/12/htdocs/lib/statistics.php

  - but forgot to update the institution one

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1821107/+subscriptions


References