Comment 5 for bug 2006637

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

Reviewed: https://reviews.mahara.org/c/mahara/+/13761
Committed: https://git.mahara.org/mahara/mahara/commit/c12a1f302490e2993937abe7dbb408f9ddb34407
Submitter: "Robert Lyon <email address hidden>"
Branch: 22.04_DEV

commit c12a1f302490e2993937abe7dbb408f9ddb34407
Author: Robert Lyon <email address hidden>
Date: Thu Feb 9 11:14:32 2023 +1300

Bug 2006637: Problem with populating blocktype_installed_viewtype table

For Blocktype::get_viewtypes() the list it returns is static
so if there are more than one call to it during an upgrade it doesn't
pick up any new viewtypes added after the first call.

In upgrade we need it to not be static

Change-Id: I023b0488929138a597a5a1ad058c2c344e23649f
Signed-off-by: Robert Lyon <email address hidden>
(cherry picked from commit eb7abacbcbfa906e9662fd5cb7cfbc881c005973)