-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.0
-
-
MOODLE_405_STABLE
-
Moodle Apps - 2024 i4.2, Moodle Apps - 2024 i4.3
In app 4.5, we applied a transform to most boolean inputs. Along with the transform, in many cases we also added an initial value.
In core-link, now the inApp input will always have a boolean value (true/false) because it is initialized to false. But in the implementation, we only check the "data-open-in" attribute if the inApp input is undefined, so the data attribute no longer works.
We should review all the boolean inputs where we added an initial value, and remove the initial value if the input could be undefined.