From 7b17d09e315644863d87b1e69516c2ea591b4520 Mon Sep 17 00:00:00 2001 From: Kevin Aleman Date: Thu, 9 May 2024 09:47:09 -0600 Subject: [PATCH] Create ninety-mails-remain.md --- .changeset/ninety-mails-remain.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/ninety-mails-remain.md diff --git a/.changeset/ninety-mails-remain.md b/.changeset/ninety-mails-remain.md new file mode 100644 index 000000000000..cec1ec3ace89 --- /dev/null +++ b/.changeset/ninety-mails-remain.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/meteor": patch +--- + +Fixed an issue that caused the UI to send an invalid _id for monitors that were already saved on the unit. This caused the BE to ignore these monitors (as the _id didn't exist) and save only the newly added items to the list (if any)