Browse Source
Bugfix/fix permission for system status page (#559)
* Fix permission
* Update changelog
pull/560/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/about/about-page.html
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
|
|
|
- Improved the redirection on logout |
|
|
- Improved the redirection on logout |
|
|
|
|
|
- Fixed the permission for the system status page |
|
|
|
|
|
|
|
|
## 1.91.0 - 18.12.2021 |
|
|
## 1.91.0 - 18.12.2021 |
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ |
|
|
This instance is running Ghostfolio {{ version }} and has been |
|
|
This instance is running Ghostfolio {{ version }} and has been |
|
|
last published on {{ lastPublish }}. |
|
|
last published on {{ lastPublish }}. |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
<ng-container *ngIf="hasPermissionForSubscription" i18n |
|
|
<ng-container *ngIf="hasPermissionForStatistics" i18n |
|
|
>Check the system status at |
|
|
>Check the system status at |
|
|
<a href="https://status.ghostfol.io" title="Ghostfolio status" |
|
|
<a href="https://status.ghostfol.io" title="Ghostfolio status" |
|
|
>status.ghostfol.io</a |
|
|
>status.ghostfol.io</a |
|
|