Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0036535 | mantisbt | code cleanup | public | 2025-10-25 19:04 | 2025-11-01 07:49 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.27.2 | Fixed in Version | 2.27.2 | ||
| Summary | 0036535: Custom Field admin checks refactoring | ||||
| Description | The way check_customfields_inc.php was implemented in 0027956 is not ideal. Adding new checks introduces code duplication and unnecessary complexity. This should be refactored. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-2.27 321edde1 2025-10-25 12:22 Details Diff |
Refactor custom field admin checks To avoid code duplication and simplify introduction of future new checks define an abstract class that can be extended to implement specific checks, and a controller class that will loop over the registered Custom Field definitions. Fixes 0036535 |
Affected Issues 0036535 |
|
| mod - admin/check/check_customfields_inc.php | Diff File | ||
related to
child of
duplicate of