Skip to content

Commit

Permalink
Fix Ticked ID Bug
Browse files Browse the repository at this point in the history
Fixed a bug related to the Ticket ID that was preventing the creation or modification of a ticket with a free format, enabling smoother integration and precise traceability.
  • Loading branch information
ygal authored and ygal committed Aug 14, 2024
1 parent 692d456 commit 0419985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Watcher/Watcher/frontend/src/reducers/SiteMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function (state = initialState, action) {
state.sites.map(site => {
if (site.id === action.payload.id) {
site.domain_name = action.payload.domain_name;
site.ticket_id = action.payload.ticket_id;
site.rtir = action.payload.rtir;
site.expiry = action.payload.expiry;
site.ip_monitoring = action.payload.ip_monitoring;
Expand Down
2 changes: 1 addition & 1 deletion Watcher/Watcher/frontend/static/frontend/main.js

Large diffs are not rendered by default.

0 comments on commit 0419985

Please sign in to comment.