Closed tbalaz closed 10 years ago
there is a bug in Features module, I've described it here: https://www.drupal.org/node/2298975
I'm surprised that this error happened because we've patched features to avoid this bug: https://github.com/datagovuk/dgu_d7/blob/master/dgu.make#L62 are you sure that you also apply this patch in your make file?
Regardless of above patch there is a simple solution, please edit field_review_status and basically save field options without making any changes. This will update serialised field data in field_config table which should fix this issue but please be aware that if you revert data request feature this issue will come back and you will have to edit and save status field again.
Thank you Pawel.
This is what i have done:
Browse to:
without any changes i saved settings using button on bottom of page as you suggested.
When we try to create new dataset request using Request new data button
and submit request for moderation, we are getting error Status field is required.
There is no Status field when filling Create data request form.
Please advice.