mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Finished security around user->permissions and team->permissions. Found bugs in permission controller that appeared as though some development had not been finished. User was denied access to edit/view when clicking button but not when entering URL directly in browser. Now non-privileged user can view permssions for Users and Teams to which access is granted. Add and Delete buttons are now hidden where access is disallowed and navigating directly to add page throws an error when Save button clicked.
Fixed issue where new CSS for adding asterisk to required fields caused login dialog fields to display multiple asterisks. Modified form generator to show help icon to the left of * on required fields.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,3 +20,4 @@ coverage.xml
|
||||
pep8.txt
|
||||
.vagrant*
|
||||
.tox
|
||||
nohup.out
|
||||
|
||||
Reference in New Issue
Block a user