You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The condition to skip implies that $updateField should match a string value of '1'.
Dumping the updateField value when matching the field handle to skip, this is not the case and returns a boolean of true, so the condition to skip does not match the returned value.
I assume this might be related to lightswitch fields being inconsistent in the past with being true/false or '1'/'0', should this check be updated to check for boolean values?
Description
Entries with the field that is defined in
skipUpdateFieldHandle
are not skipped over in FeedMe import and overwritten regardless of setting.We have a lightswitch field set which controls this, it appears to be ignored and updates any item with it set anyway.
Steps to reproduce
We do not have versioning enabled on the entry channel the data is for.
This appears to have stopped working in a FeedMe update at some point as it has previously worked before I believe.
Additional info
The text was updated successfully, but these errors were encountered: