Skip to content

Commit a3a3fa8

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/10.5.16/unable-to-create-incidents' into bugfix/10.5.16/unable-to-create-incidents
2 parents 1c97a6a + 095bb90 commit a3a3fa8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# UTMStack 10.5.17 Release Notes
22
## Bugfix
33
-Fixed an issue preventing incident status updates when entering long solutions.
4-
-Resolved a problem blocking incident creation from the Alerts panel.
4+
-Fixed an issue blocking incident creation from the Alerts panel.
5+
-Added Asia/Jakarta timezone to the TIMEZONES list.

frontend/src/app/shared/constants/date-timezone-date.const.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const TIMEZONES: Array<{ label: string; timezone: string, zone: string }>
3232
{label: 'Hong Kong (HKT)', timezone: 'Asia/Hong_Kong', zone: 'Asia'},
3333
{label: 'New Delhi (IST)', timezone: 'Asia/Kolkata', zone: 'Asia'},
3434
{label: 'Dubai (GST)', timezone: 'Asia/Dubai', zone: 'Asia'},
35+
{label: 'Jakarta (WIB)', timezone: 'Asia/Jakarta', zone: 'Asia'},
3536
{label: 'Jerusalem (IST)', timezone: 'Asia/Jerusalem', zone: 'Asia'},
3637
{label: 'Buenos Aires (ART)', timezone: 'America/Argentina/Buenos_Aires', zone: 'America'},
3738
{label: 'São Paulo (BRT)', timezone: 'America/Sao_Paulo', zone: 'America'},

0 commit comments

Comments
 (0)