Calendar Option - map field to relationship #900
-
Hello! Maybe this is a stupid question, but .. How can i map title to a relationship entry? I have EventCrud with calendar option and for event title i want to show customer name witch is CustomerCrud. Also, the demo is not online, maybe you should specify or remove this info in Calendar Option details page. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @prodixx hope you are doing well 🙏 You can use an Accessor in your EventModel. See an example here: Laravel-Backpack/CRUD#5461 (comment) PS: make sure you eager-load the customer in the event to avoid lazy loading in the accessor. Calendar PR to demo is about to get merged too: Laravel-Backpack/demo#589 thanks for the heads up 🙏 Cheers |
Beta Was this translation helpful? Give feedback.
Hey @prodixx hope you are doing well 🙏
You can use an Accessor in your EventModel. See an example here: Laravel-Backpack/CRUD#5461 (comment)
PS: make sure you eager-load the customer in the event to avoid lazy loading in the accessor.
Calendar PR to demo is about to get merged too: Laravel-Backpack/demo#589 thanks for the heads up 🙏
Cheers