mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #52872
[Bug 1824731] A change has been merged
Reviewed: https://reviews.mahara.org/9763
Committed: https://git.mahara.org/mahara/mahara/commit/297d3275704f7c58f76ee9f4b740ba1d141256c7
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 297d3275704f7c58f76ee9f4b740ba1d141256c7
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Mon Apr 15 07:06:51 2019 +1200
Bug 1824731: Allow stats column options to be enabled / disabled
If the site's config has enabled a setting or not
behatnotneeded
Change-Id: Ie526dd7dfe9506702b5676e13c459866f3f675be
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
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:
Fix Committed
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
References