KeyValue not saving new order
Hopefully someone has an idea where I'm going wrong - I have this inside a repeater:
but when I save it reverts to the old order?
5 Replies
Do the options relation have the order column? does the DB ever get updated?
I would tend to use telescope and monitor the request
It's not a relation, it's the same table just another field. I'll have a look at the request!
I'm a little confused how options.select_options work usually this would mean options is a relationship...
Yea I probably should have done that - this is in a modal and I have a field called options I'm submitting to - this is my full code for this repeater:
I am guessing it's to do with your action method, try DDing and seeing if you get it correctly