Compare commits

...

2 Commits

Author SHA1 Message Date
Atlassian Bamboo
7a60866060 chore(release) 2023-02-27 15:01:29 +01:00
Timo Bejan
ba1e6247d8 RED-6269 2023-02-27 15:58:08 +02:00
4 changed files with 2 additions and 9 deletions

View File

@ -1,11 +1,5 @@
<div *ngIf="licenses$ | async as licenses" class="iqser-input-group w-400">
<mat-select
(valueChange)="licenseChanged($event)"
*ngIf="value"
[(ngModel)]="value"
[disabled]="isReadonly$ | async"
[iqserHelpMode]="'license_information'"
>
<mat-select (valueChange)="licenseChanged($event)" *ngIf="value" [(ngModel)]="value" [iqserHelpMode]="'license_information'">
<mat-select-trigger>
<ng-container *ngTemplateOutlet="licenseInfo; context: { license: value }"></ng-container>
</mat-select-trigger>

View File

@ -26,7 +26,6 @@ export class LicenseSelectComponent {
}
}),
);
readonly isReadonly$ = this._permissionsService.has$(ROLES.license.edit).pipe(map(has => !has));
constructor(readonly licenseService: LicenseService, private readonly _permissionsService: IqserPermissionsService) {}

View File

@ -1,6 +1,6 @@
{
"name": "redaction",
"version": "3.918.0",
"version": "3.918.1",
"private": true,
"license": "MIT",
"scripts": {

Binary file not shown.