Make copied tags editable again after breaking the upstream link to library content [FC-0076] (#36228)
When deleting an upstream library block, ensure that any tags that may have been copied to downstream blocks are made editable again. This is achieved by un-setting the `is_copied` flag on the downstream tags.
This commit is contained in:
@@ -441,3 +441,4 @@ resync_object_tags = oel_tagging.resync_object_tags
|
||||
get_object_tags = oel_tagging.get_object_tags
|
||||
add_tag_to_taxonomy = oel_tagging.add_tag_to_taxonomy
|
||||
copy_tags_as_read_only = oel_tagging.copy_tags
|
||||
make_copied_tags_editable = oel_tagging.unmark_copied_tags
|
||||
|
||||
Reference in New Issue
Block a user