Merge pull request #4580 from nonamethanks/copy_note_annotations

Copy annotation tags when copying notes
This commit is contained in:
evazion
2020-08-12 09:47:15 -05:00
committed by GitHub

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