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:
Jillian
2025-02-14 03:23:05 +10:30
committed by GitHub
parent 0bede61246
commit c02e567201
9 changed files with 77 additions and 8 deletions

View File

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