During feature exporting I cannot manage weight of widgets. They always exports randomly and completely shuffled.
Also when fields were exported - I cannot change 'label' and 'required' options of them. After "drush -y fu module_name" it always rolls back.

it may somehow be related with following issue #1649548: Setting default values in Content Types -> [content type] -> [field collection field] -> edit causes incorrect Features export

CommentFileSizeAuthor
#1 Screen Shot 2014-06-09 at 16.29.10.png327.71 KBmrded
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrded’s picture

Title: Feature export: Random weight of widgets » Cannot edit field instances
FileSize
327.71 KB

Just notice, that almost all fields in field_config_instance table has duplicates. (see screenshot)
It may be the problem, because Drupal tries write to one row, and read from another.

jmuzz’s picture

Priority: Major » Normal