-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
4.3
-
MOODLE_403_STABLE
Within MDL-77991 we moved away from the initial pattern I created within the 4.1 Grade book project.
This was done for a couple of reasons:
- A backwards compatibility breaking change was introduced in 4.2
- It is convoluted inside out curried mess (bit awkward considering I made the component..... whoops)
- The class based system in 4.2 should avoid cases that #1 tried to fix
The current implementors were removed from core as they were replaced with the new class system.
Given the above, We need to now remove:
- core/grades basewidget JS.
- The deprecated templates in grade/templates/searchwidget/
Currently I highly doubt other third part devs have used the component besides Adrian so the debug log in the init should be fine for the time being.
Cheers,
- has to be done after
-
MDL-77991 Create a new generic select and search style element
-
- Closed
-