Actions
Bug #5119
closedField object caching causing ordering to be incorrect
Description
_getTabFieldsDb is altering the ordering by loading the object list with name key and parsing into a cached reference array that if altered breaks the ordering. This causes weird conflicting behavior and also results in double code to parse field object list. The code should be reduced to 1 behavior and for the caching to not break it self.
https://www.joomlapolis.com/forum/153-professional-member-support/228554-field-sort-order#259035
Actions