-------- * Expose enterprise catalog uuids associated with an Enterprise Customer in the ``enterprise-customer`` API endpoint.
3.22.8
-------- * Add dashboard admin rbac role permission on tableau auth view so that only enterprise dashboard admins can access this view. * Add support to generate tableau auth token based on incoming enterprise customer's uuid
-------- * Improves performance of enterprise role assignment admin page * 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``
3.22.5
-------- * Fix: no longer stringifying `None` values passed to enterprise catalog creations calls
3.22.4
-------- * Fix: learner_data exporter bug fix and refactor for cleaner enrollment filtering