-
Improvement
-
Resolution: Fixed
-
Minor
-
2.5.2
-
MOODLE_25_STABLE
-
MOODLE_26_STABLE
-
w41_
MDL-41953_m26_componentnumbers -
-
-
2
-
BACKEND Sprint 5
The regexp on PARAM_COMPONENT is currently:
/^[a-z]+(_[a-z][a-z0-9_]*)?[a-z0-9]$/
|
Would it be possible to change it to:
/^[a-z]+(_[a-z][a-z0-9_]*)?[a-z0-9]+$/
|
The reason is that at Totara we have a module called 'feedback360' which doesn't meet the component criteria.
It seems strange that you can have a module called 'feedback3' but not 'feedback360'.