Skip to content

Commit

Permalink
Fix issues with copying.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed May 30, 2023
1 parent 78e32c3 commit 05fccf0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,8 @@ export const ContentNode = new TreeResource({
}

return this.resolveTreeInsert(id, target, position, true, data => {
data.change.excluded_descendants = excluded_descendants;
data.changeData.excluded_descendants = excluded_descendants;
data.changeData.mods = {};

return this.transaction({ mode: 'rw' }, CHANGES_TABLE, async () => {
const payload = await this.tableCopy(data);
Expand Down

0 comments on commit 05fccf0

Please sign in to comment.