Commit b4bba30
authored
Accept empty resource paths in linked objects when storing (#569)
The `.store()` method contains a check that all linked objects are
within the same model. However, this check falsely raised when
given an empty resource path. This is now fixed by filtering out
the empty resource paths in the check.1 parent acee20f commit b4bba30
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
| |||
0 commit comments