Browse Source

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

* Disable language selector for demo user

* Update changelog
pull/1205/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
ca08d3154a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 1
      apps/client/src/app/pages/account/account-page.html

4
CHANGELOG.md

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

1
apps/client/src/app/pages/account/account-page.html

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