- Issue created by @Grevil
Currently, some configs of the enitty view / form displays, might still depend on the old field names after renaming the field. We should see that all occasions of the old field name are converted to the new one.
Go through the view / form display config and check every key and value for the old field name. If it exists, we should replace it. NOTE, that this approach might lead to similiar field names also being overriden, we need to think about this properly.
Active
1.0
Code