-
Epic
-
Resolution: Unresolved
-
Minor
-
None
-
4.2
-
MOODLE_402_STABLE
-
Replace plugin management tooling
As part of MDL-76867 I discovered that every location that we have a plugin management table we craft a new version of what is essentially the same table.
Often these have different headings, different columns, different column orders, and most of them have zero support for JS state changes.
As part of that issue I created a new plugin_management_table abstract class, and a matching admin_setting. I also migrated a number of the existing tables to use the new infrastructure.
This issue is to capture the migration of the rest. This list includes:
- filters
- repositories
- reports
- question types
- question behaviours
- question bank plugins
- portfolios
- payment gateways
- log stores
- local
- enrolment
- authentication
- document converters
- data formats
- custom field types
- course formats
- content types
- authentication
- availability conditions
- antivirus
- legacy tiny
- assignment submission
- assignment feedback
The filters and repositories are a little different because we use the same UI in the course and other locations.
- is blocked by
-
MDL-76867 Improve plugin management UI
-
- Closed
-