delboy1978uk
edit/delete modal from within relationship modal
@LeandroFerreira thanks, i tried that, but my action displays the modal in the screenshot, so i cant use replacemounted action, since there are two!
I'm now trying this
but now my issue is that it isnt passing the row in the modal, rather the row in the relation table, the order item, so i don't know if this will work either
6 replies
dispatched event not being listened to
Can anyone help? My DataCreated event is listened to in
app/Providers/EventServiceProvider
, and like i say if we call create a row via our API using POST, the event is dispatched and the listener triggers, however, when dispatching the event from the create page, nothing is triggered.2 replies
Repeater custom create function?
I suppose I can make a function in a service to prepare what I need, but heres another question then :
for my file upload i use
afterStateUpdated
and $set
to set te original file name, but that doesn't appear in the data that the mutation method gives, how can i fetch it from there? $get doesn't work because its on the repeater and not the upload field where set was used5 replies