Replies: 2 comments 9 replies
-
Looks like there is no |
Beta Was this translation helpful? Give feedback.
2 replies
-
"cycle/database": "^2.0"`,
"cycle/entity-behavior": "^1.0",
"cycle/orm": "^2.0", is latest version. i write a test, is ok, but my project still throw error, i don't know why. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When create an purchase order, if purchase order item from OrderItem, must be set current PurchaseOrder to OrderItem.PurchaseOrder and change OrderItem.status to 1, all actions must in transaction, so i write a method in repo
Error
"message": "Undefined array key "id"",
"code": 2,
"file": "/api/vendor/cycle/orm/src/Relation/BelongsTo.php",
"line": 130,
Beta Was this translation helpful? Give feedback.
All reactions