Skip to content

3.22.6 | improves performance of enterprise role assignment admin page

Choose a tag to compare

@iloveagent57 iloveagent57 released this 16 Apr 17:54
· 1701 commits to master since this release
  • Deletes custom get_search_results() method, since enterprise_customer__name is now a viable search field
  • Improves pagination by asking for an estimated row count from Mysql INFORMATION_SCHEMA.TABLES
  • Turns 1 + N query into 1 query via proper use of list_select_related