-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.2
This is probably a thing that not a lot of people will be able to reproduce but we managed to run into an issue with the tiny_equation_filter because it seems that the instance contextid, which normally is "1" is hardcoded, which again makes one of our moodle instances run into trouble because (don't ask me why) we have our moodle instance contextid at 2. Which means that in our DB in the context table the first entry is "2 | 10 | 0 | /2" instead it usually being "1 | 10 | 0 | /1". Although it is not an issue that many will have a problem with, in our opinion it should still be fixed.
One example of the hardcoded "1" can be found in: lib/editor/tiny/plugins/equation/amd/src/ui.js
We created a patch for that and would appreciate it if it would be integrated into Moodle core asap.
- has a non-specific relationship to
-
MDL-75269 Create TinyMCE Equation editor plugin
- Closed