Closed TGriffiths88 closed 1 year ago
Should be fixed in 4.0.5
Thanks @engram-design for the speedy fix there. Much appreciated.
@engram-design I just updated to 4.0.5 and tested this out. It's resolved the issue with rows
but columns
are still causing an error. Sorry, perhaps I didn't make that clear on the original post. See below:
"errors": [
{
"message": "Something went wrong when processing the GraphQL query.",
"extensions": {
"category": "graphql"
}
}
]
Good call. Updated in 4.0.6
Describe the bug
If you remove the default row and header from the field and save the entry, it saves the values as null. Which is probably correct. However, when querying against the data with GQL it throws an exception.
See below:
If I re-open the entry, touch one of the table fields and resave, it then clears the error. Presumably because the values are no longer null.
Steps to reproduce
Craft CMS version
Craft Pro 4.3.10
Plugin version
4.0.4
Multi-site?
Yes
Additional context
In my install we have the table maker field within a child block in Neo