Comment 5 for bug 1839499

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/10256
Committed: https://git.mahara.org/mahara/mahara/commit/fdc91b546d9252bae2025bb6c7662b995ed6aa8d
Submitter: Robert Lyon (<email address hidden>)
Branch: 19.04_STABLE

commit fdc91b546d9252bae2025bb6c7662b995ed6aa8d
Author: Shalu Garg <email address hidden>
Date: Wed Aug 7 17:23:19 2019 +0100

Bug 1839499: Site pages and collections, Site unavailable error after enabling lti plugin

Fixing the issue of sql exception on pages & collections page after logging in as a non admin
user on enabling lti_assessment plugin. This is caused by calling a select statement for
lti_assessmentid column with aggregate function and group by condition,
but missing group by condition for lti_assessmentid.

Change-Id: I0a040018fadcf543452b24174964e929f286e552
(cherry picked from commit 1d2bad4edf84c0c5b24c6196e2a7953f375a1a0f)