open table record as modal from script?
I have a Resource table. When no 'edit page' is defined, when clicking the table row it opens as a modal.
In a mail, I send the url to that resource with an id like this:
ConversationResource::getUrl() . '?record=' . $conversation->id
And then, in the AppServiceProvider I do:
the idea is to fake click the table record row which has same $recordId3 Replies