- Issue created by @alexpott
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
alexpott β credited larowlan β .
- First commit to issue fork.
- πΊπΈUnited States phenaproxima Massachusetts
I'm not sure we need this. The entity system will throw an
\InvalidArgumentException
, after all, if the field doesn't exist.The only real benefit here is that we could throw a more clearly worded/contextualized
ImportException
. But that doesn't feel like core MVP material to me. - π¬π§United Kingdom alexpott πͺπΊπ
Agreed - let's leave this as an open issue but remove core-mvp.
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
My thinking was to catch and log it and continue, that way your don't have to update exported files if you've removed a field
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
I'd expect content entity validation to detect this?