Howdy,
So I have a collection of products. The blueprint has a field that is a group of checkboxes - let's say the keys are keya, keyb and keyc
All products have one or more boxes checked.
After upgrading to .36 I can no longer edit the products - some JS is complaining about the keys.
From the console:
ReferenceError: keya is not defined
Now, if I edit the source file by hand and remove the field holding the checkbox choices (keya, keyb, keyc) I can load edit the product just fine.
...and if I tick a box and save...we're back to square one.
I've tried downgrading to .22 where I came from to no avail, cleaning the cache completely before, after etc.
I have very little knowledge of the inner workings of statamic, so where to start?