Skip to content

Commit 792f98d

Browse files
committed
fix: unable-to-change-status-to-complete-if-observations-contain-french-characters
1 parent 1c8c219 commit 792f98d

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# UTMStack 10.5.17 Release Notes
1+
# UTMStack 10.5.18 Release Notes
22
## Bugfix
3-
-Fixed an issue preventing incident status updates when entering long solutions.
4-
-Fixed an issue blocking incident creation from the Alerts panel.
5-
-Added Asia/Jakarta timezone to the TIMEZONES list.
6-
-Fixed Timezone changes on an instance don't get updated when access by Federation Server
7-
-Fixed Last log not displayed for a generated alert
3+
-Fixed unable-to-change-status-to-complete-if-observations-contain-french-characters.

backend/src/main/resources/config/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spring:
4444
cache: false
4545

4646
server:
47-
port: 8080
47+
port: 8081
4848

4949
jhipster:
5050
# CORS is only enabled by default with the "dev" profile

version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.5.17
1+
version: 10.5.18

0 commit comments

Comments
 (0)