From 7c03f0d6c96d7f144923d5c44a06f4563d0cbf30 Mon Sep 17 00:00:00 2001 From: nonamethanks Date: Wed, 12 Aug 2020 06:11:48 +0200 Subject: [PATCH] Copy annotation tags when copying notes --- app/models/post.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/post.rb b/app/models/post.rb index 3786dd2c8..9b385dbed 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -7,7 +7,8 @@ class Post < ApplicationRecord class TimeoutError < StandardError; end # Tags to copy when copying notes. - NOTE_COPY_TAGS = %w[translated partially_translated check_translation translation_request reverse_translation] + NOTE_COPY_TAGS = %w[translated partially_translated check_translation translation_request reverse_translation + annotated partially_annotated check_annotation annotation_request] deletable