include tag_extra data when deleting a tag
This commit is contained in:
parent
b48e3f23a4
commit
8e1e72bf15
1 changed files with 1 additions and 0 deletions
|
|
@ -3067,6 +3067,7 @@ def delete_tag(tagInfo):
|
|||
_tagDelete('tag_config', tagID)
|
||||
#technically, to 'delete' the tag we only have to revoke the tag_config entry
|
||||
#these remaining revocations are more for cleanup.
|
||||
_tagDelete('tag_extra', tagID)
|
||||
_tagDelete('tag_inheritance', tagID)
|
||||
_tagDelete('tag_inheritance', tagID, 'parent_id')
|
||||
_tagDelete('build_target_config', tagID, 'build_tag')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue