Actions
Feature proposal #6464
closedRedo how tabs and fields are retrieved
Description
When calling getTabConditional or getFieldConditional with anything other than an array of existing Tab/Field objects it does a query. This really should just grab all the tabs/fields for the user in 1 go then filter down to the supplied ids as needed. Currently it's doing a lot of completely unnecessary queries.
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Usage of core field and tab retrieval functions eliminates this issue.
Actions