Mergin node properties on Creation
(to be able to get the _id right after creation)
This commit is contained in:
@@ -260,4 +260,5 @@ class Post(Resource):
|
||||
return self.success()
|
||||
else:
|
||||
return cls(new_attributes, api=self.api)"""
|
||||
self.merge(new_attributes)
|
||||
return self.success()
|
||||
|
||||
Reference in New Issue
Block a user