MantisBT: master-2.27 321edde1

Author Committer Branch Timestamp Parent
dregad dregad master-2.27 2025-10-25 12:22 master-2.27 5b09a801
Affected Issues  0036535: Custom Field admin checks refactoring
Changeset

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

mod - admin/check/check_customfields_inc.php Diff File