Commit c1027806 authored by w-e-w's avatar w-e-w

extra network metadata inherit old description

parent 7f9dbc45
......@@ -40,6 +40,8 @@ class UserMetadataEditor:
user_metadata = {}
item['user_metadata'] = user_metadata
if len(user_metadata) == 0:
user_metadata = {'description': item.get('description', '')}
return user_metadata
def create_extra_default_items_in_left_column(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment