Active
Project:
Multifield
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jul 2019 at 09:46 UTC
Updated:
14 Jul 2019 at 09:46 UTC
Jump to comment: Most recent
to solve Error "Because the multifield already has data, some subfield settings can no longer be changed." in multifield drupal
you can change in multifield.moudle
if (multifield_type_has_data($form['#bundle'])) to
if (multifield_type_has_data($form['#bundle1']))
this is easy way to remove this message
Comments