Browse Source

Merge branch 'master' into development

Stefano Cossu 7 years ago
parent
commit
530fe23f1a
1 changed files with 1 additions and 1 deletions
  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))