Skip to content

Fix warning logic on field creation for D10.

Gabriel Carleton-Barnes requested to merge d10_field_form into 2.x

While setting up testing environment on D10, I noticed you get an error immediately on the new field form. This is because D10 merged the Field Storage and Field Instance forms, and our instance form was being pushy about the state of the Storage settings.

This retains the behavior on D9 and earlier, but changes it to be more friendly on D10.

Merge request reports