Bugfix/disable language selector for demo user (#1204)

* Disable language selector for demo user

* Update changelog
pull/1205/head
Thomas Kaul 2 years ago committed by GitHub
parent 01d4ae8757
commit ca08d3154a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Moved the build pipeline from _Travis_ to _GitHub Actions_
### Fixed
- Disabled the language selector for the demo user
## 1.184.2 - 28.08.2022
### Added

@ -119,6 +119,7 @@
<mat-form-field appearance="outline" class="w-100">
<mat-select
name="language"
[disabled]="!hasPermissionToUpdateUserSettings"
[value]="language"
(selectionChange)="onChangeUserSetting('language', $event.value)"
>

Loading…
Cancel
Save