Replies: 1 comment
-
The issue is the document id property type has changed from |
Beta Was this translation helpful? Give feedback.
0 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.
-
When I tested it, if i declare a property
Id
on myEntity
, YESSQL auto populates it with the document id, however when I tried it again on another project, theId
populated, what causes this?Here is my working sample:
https://github.com/weirdyang/Cms.Web
Here is the code which is having the issue of Id not being populated:
The only difference is the OC version, the non-working code is using OC 1.4
Beta Was this translation helpful? Give feedback.
All reactions