I would like to update the following FieldUpdateForbiddenException's message:

"field_sql_storage cannot change the schema for an existing field with data."

It would be much easier to troubleshoot (when doing a feature-revert for instance) with the field name in it, like below:

"field_sql_storage cannot change the schema for an existing field (" . $field['field_name'] . ") with data."

I will attach a patch to this issue.

Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

B2F created an issue. See original summary.

b2f’s picture

Status: Needs review » Needs work

The last submitted patch, 2: FieldUpdateForbiddenException-2655158-#2.patch, failed testing.

The last submitted patch, 2: FieldUpdateForbiddenException-2655158-#2.patch, failed testing.