Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 3.7.0
-
Fix Version/s: 3.7.1
-
Component/s: Site add-ons
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_37_STABLE
-
Fixed Branches:MOODLE_37_STABLE
-
Pull Master Diff URL:
-
Sprint:Moodle App 3.7.1
Description
Right now, to copy all the params from otherdata you need to set it to false, null or ''. This can be a bit confusing because [useOtherData]="false" seems like you don't want to use otherdata at all.
We cannot change this because it would break existing plugins, but we can let it accept more values like "true".