Bug fixes:
- Report proper errors when trying to change permissions - Turn off the auto-caps of the team names - Fix the is_org_member checks everywhere - Fix resetting of roles if the change was not successful
This commit is contained in:
parent
9f1bf1499d
commit
be0fba276f
6 changed files with 46 additions and 23 deletions
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
.organization-header-element .team-name {
|
||||
text-transform: capitalize;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.organization-header-element .header-buttons {
|
||||
|
@ -1590,7 +1590,7 @@ p.editable:hover i {
|
|||
|
||||
.org-view .team-title {
|
||||
font-size: 20px;
|
||||
text-transform: capitalize;
|
||||
text-transform: none;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
|
@ -1608,7 +1608,7 @@ p.editable:hover i {
|
|||
|
||||
.org-admin .team-link {
|
||||
display: inline-block;
|
||||
text-transform: capitalize;
|
||||
text-transform: none;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue