Replies: 1 comment 1 reply
-
It seems that it was a problem with some cache, I uninstalled the app, cleared the cache and tried again and I no longer have the error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I've built a simple user rewards app (ZK3.0). It has two entities, badge and userBadge, that need to be linked together (a userBadge has n badges).
If I insert the app as is, it has several errors that I've already fixed, but there's one that's due to the relationships that I don't know why it happens.
"Property TdM\RewardsModule\Entity\UserBadgeEntity::$userBadge does not exist"
Can someone tell me what I'm doing wrong in ModuleStudio (related to this error in the relationship)?
I have attached mostapp file and module compress.
RewardsModuleStudio.zip
RewardsModule.zip
Beta Was this translation helpful? Give feedback.
All reactions