Comment 7 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/+/13760
Committed: https://git.mahara.org/mahara/mahara/commit/103f1efd5c0aa713b42f0471960facf68378276f
Submitter: "Robert Lyon <email address hidden>"
Branch: 22.10_DEV

commit 103f1efd5c0aa713b42f0471960facf68378276f
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)