-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.3, 3.3
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-58920-calculated-question-edit-name-multilang
The table with the "Shared wild cards" presented on editing calculated questions sometimes messes up the whole Moodle layout.
That's the case when multilang question names exist which contain <span class="multilang" lang="XX"> and then get truncated. Unclosed tags mess up the code, then.
Before truncating, format_string should be applied to circumvent this behaviour.
WHAT YOU EXPECTED
See screenshot "Filter applied"
WHAT ACTUALLY HAPPENS
See screenshot "Filter not applied"