Oliverdam
Multiple add actions on repeater
If possible i wanted to have the action on the repeater.
This did give the idea of having it on a section, so I'll give that a try if it's not possible to add the action to the repeater.
Thank you very much.
7 replies
Relationship manager doesn't show up on edit page
Thanks, that's what was blocking it. I don't know why it's blocking it though, since I have a role that's bypassing all the policies and that works for everything except this one instance.
But thanks for pointing me in the right direction.
8 replies
Triggering state change
It does, when I submit it flashes there, and if I instead of creating a record dd. So it doesn't go further I can also see it.
If I try submitting again after that it's still null, but if I type a letter into the textarea (that still has the content), it then gets saved when I click submit again.
This is the reason i'm thinking something is not triggering the state change.
18 replies
Is repeater::createItem still a thing in V3 ?
In case you didn't find a solution I had the same problem and got help in another thread. If you are able to have the code on the repeater itself you can do something like this:
This is the thread in case it helps https://discord.com/channels/883083792112300104/1148582353241911446
5 replies
Modify the state of a repeater when an item is added
@.modestasv I'm really sorry, I missed your answer before. I only saw it when I went through the whole thread once again 🤦♂️
Your answer actually works. This is what I made work.
I added
after()
that @pboivin suggested to the Repeater, which is stupid of me cus that's a validation rule.
Thank you both very much the help.13 replies
Modify the state of a repeater when an item is added
I had something like this in v2
And in v3 I tried adding
To the repeater and changing the event listener to listen for this instead. Which might be incorrect use of it, I couldn't completely wrap my mind around how it worked.
13 replies