mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #52712
[Bug 1824731] [NEW] Allow site stats column options to respect enabled config options
Public bug reported:
Some of the options in Mahara need to be enabled in the config file or
in the Site configuration settings.
If these options also cause statistical information to be displayed we
need to make sure the option is enabled.
For example there is the user's details statistics where we can show
probation number but only if $cfg->probationenabled = true;
So we should disable the choosing of that column if the
'probationenabled' is false
This can be seen under the Reports -> User details report
** Affects: mahara
Importance: Medium
Assignee: Robert Lyon (robertl-9)
Status: In Progress
** Changed in: mahara
Status: New => In Progress
** Changed in: mahara
Importance: Undecided => Medium
** Changed in: mahara
Assignee: (unassigned) => Robert Lyon (robertl-9)
--
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/1824731
Title:
Allow site stats column options to respect enabled config options
Status in Mahara:
In Progress
Bug description:
Some of the options in Mahara need to be enabled in the config file or
in the Site configuration settings.
If these options also cause statistical information to be displayed we
need to make sure the option is enabled.
For example there is the user's details statistics where we can show
probation number but only if $cfg->probationenabled = true;
So we should disable the choosing of that column if the
'probationenabled' is false
This can be seen under the Reports -> User details report
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1824731/+subscriptions
Follow ups