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:
chouseknecht
2013-09-12 00:23:02 -04:00
parent 5f3eb290ef
commit e5c5fd3d80
11 changed files with 119 additions and 67 deletions

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@ coverage.xml
pep8.txt
.vagrant*
.tox
nohup.out