Преглед изворни кода

Merge branch 'master' into development

Stefano Cossu пре 7 година
родитељ
комит
530fe23f1a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lakesuperior/model/ldp_factory.py

+ 1 - 1
lakesuperior/model/ldp_factory.py

@@ -201,7 +201,7 @@ class LdpFactory:
             raise ValueError('Slug cannot start with a slash.')
         # Shortcut!
         if not path and parent_uid == '/':
-            return split_if_legacy(str(uuid4()))
+            return '/' + split_if_legacy(str(uuid4()))
 
         if not parent_uid.startswith('/'):
             raise ValueError('Invalid parent UID: {}'.format(parent_uid))