stable

Clone or download

Read-only

chore: Remove constant based events from cardwall plugin

Non-class constant based events like `addHook(CARDWALL_EVENT_USE_STANDARD_JAVASCRIPT)` cannot be converted to attribute based events because there is no way to know if the constant exist. Therefore we have to convert to class constant first. No functional changes. Part of request #31547: Simplify hook listening for plugins Part 2 Change-Id: I45ebcf0fe456671912fa7a94c74f8d7039c80634

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +1 −1 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +10 −1 Go to diff View file
M plugins/cardwall/include/constants.php +0 −9 Go to diff View file