Skip to content

Commit 827773b

Browse files
Update snippets/models/model-definition/new.js
Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>
1 parent a5bbd1c commit 827773b

File tree

1 file changed

+3
-1
lines changed
  • snippets/models/model-definition

1 file changed

+3
-1
lines changed

snippets/models/model-definition/new.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ store.schema.registerResources([
2121
options: {
2222
async: false,
2323
inverse: 'owner',
24-
polymorphic: true
24+
polymorphic: true,
25+
linksMode: true,
26+
resetOnRemoteUpdate: false,
2527
}
2628
}
2729
]

0 commit comments

Comments
 (0)