Merge pull request #4580 from nonamethanks/copy_note_annotations
Copy annotation tags when copying notes
This commit is contained in:
@@ -7,7 +7,8 @@ class Post < ApplicationRecord
|
|||||||
class TimeoutError < StandardError; end
|
class TimeoutError < StandardError; end
|
||||||
|
|
||||||
# Tags to copy when copying notes.
|
# 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
|
deletable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user