From 9ce92b8efa478c751c1d62eed46f8d8b85342797 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 15 Apr 2023 02:50:44 +0200 Subject: [PATCH] Fix condition --- assets/tagRenderings/questions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/tagRenderings/questions.json b/assets/tagRenderings/questions.json index f9dce1b11..5b9cc48fd 100644 --- a/assets/tagRenderings/questions.json +++ b/assets/tagRenderings/questions.json @@ -1369,7 +1369,7 @@ "condition": { "and": [ "_last_edit:contributor~*", - "_last_edit:changeset" + "_last_edit:changeset~*" ] }, "metacondition": { @@ -2058,4 +2058,4 @@ } ] } -} \ No newline at end of file +}