Brandon Kelly
Brandon Kelly
I’m unable to reproduce this. Are you seeing it consistently? Are you waiting for the “Updating element slugs and URIs” queue job to complete before running the GraphQL query? (That...
Yep, just resave the parent entry and that job should get added again.
Wasn’t loving the added indicator strips—they felt a little too noisy—so went with making the entire active nav items high-contrast instead:
Sounds like the field value isn’t getting set to a string.
What type of fields are these? Maybe there’s a bug in their validator(s)?
Can you post all of your PHP code around where `saveElement()` is called?
Hm, seems fine. Do you mind sending your Composer files, custom module files, and database backup over to [email protected]? We can look into it from there.
Yes, we’ve received the files, thanks! You should have received a couple auto-responders and a new reply from me, coming from [email protected].
This ended up being due to the custom element type overriding the `__get()` method, which is responsible for returning custom field values.
@steverowling It would be a breaking change so will happen for Craft 5 instead.