- Issue created by @arti_parmar
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 6:54am 28 June 2023 - Status changed to Needs work
over 1 year ago 4:36pm 28 June 2023 - 🇺🇸United States daniel.moberly
This patch is altering the way the application works. Both of the explode functions completely change in functionality with this patch.
- Assigned to nitin_lama
- Status changed to Needs review
over 1 year ago 5:57am 29 June 2023 - Issue was unassigned.
- Status changed to Needs work
over 1 year ago 3:27pm 29 June 2023 - 🇺🇸United States daniel.moberly
This still breaks functionality. The function
getIconBaseNameFromClass
returns the base name by exploding the class and returning the second argument. The functiongetIconPrefixFromClass
returns the prefix by exploding the class and returning the first argument. In this revised patch, both functions return the same explode argument.