Create Comment - where to inject parent ID?
I was able to get a view and edit to display comments related to orders, but the 'create' button(s) aren't working because it's not carrying over the order item id. I'm not sure where or how to interject that value.
When I edit the order record, it shows the comments at the bottom with a create record (action) button.
I was able to track this down to the relation manager actions by playing with the ->label() method. But clicking that button pops up a modal and I'm not sure how to make it aware of the order item id.
When I edit the order record, it shows the comments at the bottom with a create record (action) button.
I was able to track this down to the relation manager actions by playing with the ->label() method. But clicking that button pops up a modal and I'm not sure how to make it aware of the order item id.
