mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [tags] fix delete subtype tags
This commit is contained in:
parent
2e11b04b6c
commit
e3171c8178
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ def get_object_all_subtypes(obj_type):
|
|||
return ['key', 'mail', 'name']
|
||||
if obj_type == 'username':
|
||||
return ['telegram', 'twitter', 'jabber']
|
||||
return []
|
||||
|
||||
def get_all_objects_with_subtypes_tuple():
|
||||
str_objs = []
|
||||
|
|
Loading…
Reference in a new issue