RED-6801 - WIP on fixing found bugs
This commit is contained in:
parent
769d4a8a27
commit
9bb8949d9c
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: var(--iqser-grey-8);
|
||||
background: var(--iqser-grey-2);
|
||||
box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.2);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@ -17,7 +17,7 @@ form {
|
||||
}
|
||||
|
||||
.editor-container {
|
||||
height: calc(100% - 53px);
|
||||
height: calc(100% - 92px);
|
||||
display: flex;
|
||||
|
||||
> *:not(:first-child:last-child) {
|
||||
|
||||
@ -307,7 +307,7 @@ export class PermissionsService {
|
||||
return (
|
||||
dossier.isActive &&
|
||||
this._dossierDictionariesMapService.get(dossier.id).length > 0 &&
|
||||
this.isOwner(dossier) &&
|
||||
this.isDossierMember(dossier) &&
|
||||
this._iqserPermissionsService.has(Roles.dossiers.dictionaryEntries.write)
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user