Tolerate missing role in user creation

This commit is contained in:
calebmer
2015-10-07 20:01:46 -04:00
parent 2f551fea97
commit 8e107e5b24
6 changed files with 36 additions and 16 deletions
+3
View File
@@ -10,6 +10,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Filter columns, e.g. `?select=col1,col2` - @ruslantalpa
- Does not execute the count total if header "Prefer: count=none" - @diogob
### Fixed
- Tolerate a missing role in user creation - @calebmer
## [0.2.11.1] - 2015-09-01
### Fixed