Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shopify_iossdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
shopify_iossdk
Commits
3ba432eb
Commit
3ba432eb
authored
8 years ago
by
Brent Gulanowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix order<->LineItem relationship delete rule.
parent
9af0cf84
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
contents
... Buy SDK.xcdatamodeld/Mobile Buy SDK.xcdatamodel/contents
+2
-2
No files found.
Mobile Buy SDK/Mobile Buy SDK/Models/Mobile Buy SDK.xcdatamodeld/Mobile Buy SDK.xcdatamodel/contents
View file @
3ba432eb
...
...
@@ -550,7 +550,7 @@
<entry
key=
"documentation"
value=
"Inverse of Checkout.lineItem."
/>
</userInfo>
</relationship>
<relationship
name=
"order"
optional=
"YES"
maxCount=
"1"
deletionRule=
"
Nullif
y"
destinationEntity=
"Order"
inverseName=
"lineItems"
inverseEntity=
"Order"
syncable=
"YES"
/>
<relationship
name=
"order"
optional=
"YES"
maxCount=
"1"
deletionRule=
"
Den
y"
destinationEntity=
"Order"
inverseName=
"lineItems"
inverseEntity=
"Order"
syncable=
"YES"
/>
<userInfo>
<entry
key=
"documentation"
value=
"This represents a BUYLineItem on a BUYCart or on a BUYCheckout."
/>
</userInfo>
...
...
@@ -665,7 +665,7 @@
<entry
key=
"documentation"
value=
"Inverse of Checkout.order."
/>
</userInfo>
</relationship>
<relationship
name=
"lineItems"
optional=
"YES"
toMany=
"YES"
deletionRule=
"
Nullify
"
ordered=
"YES"
destinationEntity=
"LineItem"
inverseName=
"order"
inverseEntity=
"LineItem"
syncable=
"YES"
/>
<relationship
name=
"lineItems"
optional=
"YES"
toMany=
"YES"
deletionRule=
"
Cascade
"
ordered=
"YES"
destinationEntity=
"LineItem"
inverseName=
"order"
inverseEntity=
"LineItem"
syncable=
"YES"
/>
<userInfo>
<entry
key=
"attributeValueClassName"
value=
"URL"
/>
<entry
key=
"documentation"
value=
"URL for the website showing the order status, doesn't require a customer token."
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment