Copy annotation tags when copying notes

This commit is contained in:
nonamethanks
2020-08-12 06:11:48 +02:00
parent 0e41fef011
commit 7c03f0d6c9

View File

@@ -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