Mount Existing Table Action From View Record Modal
What I am trying to do: Mount a table action from the record view modal (record clicked and opened from said table), using a hintAction which sits above the form fields. The table action is named 'mark-ledgered'. This action works correctly when clicking the action from the table row itself.
What I did: The below code worked in v3. I have attempted to replace the replaceMountedTableAction with replaceMountedAction and mountAction to no avail (changing the params as required). I have tried using a prime component (text) with a htmlString button/JS to mountAction via wire:click but this does not work either.
My issue/the error: The modal is not launched/replaced like in v3. Nothing happens.
Code:
0 Replies