Closed samwho closed 1 month ago
QA Wolf here! As you write new code it's important that your test coverage is keeping up. Click here to request test coverage for this PR!
Hit some strange errors with this that makes me think it works differently to how I think, going to leave it for now.
Description
Noticed this while creating a view test case: if the
fieldName
of a link field overlaps with a field name on the table itself all sorts of horrendous errors occur. So I'm checking for it on table creation to make sure users get a nice error message when it happens.