-
Bug
-
Resolution: Done
-
Minor
-
3.6.1
-
-
MOODLE_36_STABLE
-
MOODLE_37_STABLE
-
Moodle App 3.7.0
In some cases we use the component name to store a site plugin data. E.g. in course format site plugins we use the format name, and in module plugins we use the module name. This can cause conflicts, e.g. format_myplugin and mod_myplugin will use the same name (myplugin) and so one of them will override the other one's data.
We should always use the approach done by Sam Marshall in MOBILE-2935: return the unique name and use the delegate to retrieve the unique name based on the plugin name.