deb-horizon/releasenotes/notes/filter-first-identity-panels-139c4a5b7a696707.yaml
Luis Daniel Castellanos 33fcd95caf Implement "filter first" for identity panels
Implemented the "filter first" for the following identity panels:
- Users
- Groups
- Roles
- Projects

The functionality helps horizon not to hang and timeout when there is
a large set of identity resources to display. It can be turned on and
off easily.

In a subsequent patch set the same functionality will be added to
other identity views such as Project > Manage Members

Change-Id: I6e569712fb5159552a27271837cf2629059f5894
2017-01-19 15:32:20 -06:00

6 lines
255 B
YAML

---
features:
- Implements the "filter first" functionality for identity panels
such as projects, users, groups and roles. The filter first
functionality is described in <https://blueprints.launchpad.net/horizon/+spec/admin-views-filter-first>`