custom module: how to extend existing entities #1344
Unanswered
swurzinger
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, https://github.com/Blair2004/NexoPOS/blob/master/app/Crud/CustomerCrud.php#L57 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to extend existing entities (like a user) with additional data. Therefore I create a new table with a 1:1 relationship to the existing users table and the according model. However, I'm not sure how to integrate it into the CRUD/forms system. I want to have an additional field appear e.g. on the "Edit user" page.
Can anyone help on how the hooks are supposed to be used to accomplish that?
Beta Was this translation helpful? Give feedback.
All reactions