Skip to content

Commit

Permalink
Correction project owner
Browse files Browse the repository at this point in the history
  • Loading branch information
bnBart committed Feb 15, 2024
1 parent 809fc61 commit a8bd696
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/admin/user/user.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<label for="newPassword" class="label">{{constants.ADMIN_FORM_CHANGEPASSWORD_NEWPASS}}</label>
<input type="password" nbInput fullWidth id="newPassword" [placeholder]="constants.ADMIN_FORM_CHANGEPASSWORD_NEWPASS" formControlName="newPassword">
</div>
<div class="form-group" *ngIf="changePasswordForm.value.role == constants.ADMIN_ROLE_USER">
<div class="form-group" *ngIf="changePasswordForm.value.role == constants.ADMIN_ROLE_USER || changePasswordForm.value.role == constants.ADMIN_ROLE_PROJECT_OWNER ">
<label for="permissionsProjectEdit" class="label">{{constants.ADMIN_FORM_PROJECTS}}</label>
<ejs-multiselect formControlName="projects" id="permissionsProjectEdit" [dataSource]='projects' [fields]='fields' (filtering)='onFiltering($event)' [allowFiltering]='true'
[placeholder]='constants.ADMIN_FORM_PROJECTS2'></ejs-multiselect>
Expand Down
2 changes: 0 additions & 2 deletions src/app/pages/show-project/show-project.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ export class ShowProjectComponent implements OnInit {
});
}



flipped = false;

toggleView() {
Expand Down

0 comments on commit a8bd696

Please sign in to comment.