RED-6801 - WIP on fixing found bugs

This commit is contained in:
Valentin Mihai 2023-08-04 22:41:03 +03:00
parent 769d4a8a27
commit 9bb8949d9c
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -17,7 +17,7 @@ form {
}
.editor-container {
height: calc(100% - 53px);
height: calc(100% - 92px);
display: flex;
> *:not(:first-child:last-child) {

View File

@ -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)
);
}