horizon/releasenotes/notes/bp-ng-users-01212620d644289f.yaml
Shu Muto 535ecad926 Fix layout of dialogs for Angularized users panel
The text inputs on creation dialog for Angularized users panel
is too wide. The dialogs should be rearranged with proper size of
each property.
This patch fixes layout of dialogs for user action dialogs.
Also, add release notes for Angularized users panel.

Change-Id: I68254b50fa3db4e8bb115e8e5e467d166badcb6a
Partial-Implements: blueprint ng-users
2018-03-13 18:02:20 +09:00

20 lines
1011 B
YAML

---
features:
- |
[`blueprint ng-users <https://blueprints.launchpad.net/horizon/+spec/ng-users>`_]
AngularJS-based Users panel is added. The features in the legacy
panel are almost implemented. The Users panel now may be configured
to use either the legacy or AngularJS-based codes.
The ANGULAR_FEATURES setting now allows for a `users_panel`.
If set to True, then the AngularJS-Based Users panel will be used,
while the Django version will be used if set to False.
Default value for users_panel is False, due to lack of extensional
buttons, i.e. for showing password and adding project, see also
[`bug/1733271 <https://bugs.launchpad.net/horizon/1744271>`_].
issues:
- |
[`bug/1733271 <https://bugs.launchpad.net/horizon/1744271>`_] Users panel
has Angularized, but buttons showing passwords is not implemented, i.e.
for Password, Confirm Password and Admin password. Also, button adding
project for selection of Primary Project is not implemented.