LaravelDaily/FilaStart

unable to edit field

Closed this issue · 3 comments

Hello,

if I edit a field and try to save the changes, I always get the error: "The label has already been taken."
I think that somewhere it tries to insert the record instead of updating it. Unfortunately I wasn't able to locate
the code. Probably somewhere in FieldsRelationManager?
Using php8.3 with sqlite.

brA

Hi, thanks for reporting this. Let me look at our validation rule. I might have set it incorrectly!

@adesmuoih Fixed with #8 - new release coming up!

thx a lot!