revert d817c67f83
This commit is contained in:
parent
619a2fbd37
commit
d9bd113ee5
2 changed files with 7 additions and 7 deletions
|
|
@ -297,7 +297,8 @@ class Node(Thread):
|
|||
return False
|
||||
if not changes:
|
||||
return False
|
||||
r = Changelog.apply_changes(self.user, changes)
|
||||
with db.session():
|
||||
r = Changelog.apply_changes(self.user, changes)
|
||||
return r
|
||||
|
||||
def pushChanges(self, changes):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue