From 97cbaac5d94b5107c3b7da6ad4fca7cc7f2c8859 Mon Sep 17 00:00:00 2001 From: Ionys <9364594+Ionys320@users.noreply.github.com> Date: Sat, 21 Dec 2024 12:26:36 +0100 Subject: [PATCH 1/2] Fix monitor tags deletion (#5463) --- src/components/TagsManager.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TagsManager.vue b/src/components/TagsManager.vue index 19c8e481b..a8a96ccbb 100644 --- a/src/components/TagsManager.vue +++ b/src/components/TagsManager.vue @@ -197,7 +197,7 @@ export default { return tagOptions; }, selectedTags() { - return this.preSelectedTags.concat(this.newTags).filter(tag => !this.deleteTags.find(monitorTag => monitorTag.id === tag.id)); + return this.preSelectedTags.concat(this.newTags).filter(tag => !this.deleteTags.find(monitorTag => monitorTag.tag_id === tag.tag_id)); }, colorOptions() { return colorOptions(this); From 0b76e1940105117ed59c42105f4c8211ff4823d5 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 22 Dec 2024 13:45:19 +0800 Subject: [PATCH 2/2] Clarify that BSD OSs are not supported --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b4c885d0..34e34020f 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Requirements: - Platform - ✅ Major Linux distros such as Debian, Ubuntu, CentOS, Fedora and ArchLinux etc. - ✅ Windows 10 (x64), Windows Server 2012 R2 (x64) or higher + - ❌ FreeBSD / OpenBSD / NetBSD - ❌ Replit / Heroku - [Node.js](https://nodejs.org/en/download/) 18 / 20.4 - [npm](https://docs.npmjs.com/cli/) 9