datagovuk / dgu-vagrant-puppet

[unmaintained] Container environment for booting fresh DGU virtual machines. Create VMs with Vagrant, configure them with Puppet.
37 stars 29 forks source link

There is no "Status" field when filling "Create data request" form. #45

Closed tbalaz closed 10 years ago

tbalaz commented 10 years ago

When we try to create new dataset request using Request new data button

image

and submit request for moderation, we are getting error Status field is required.

image

There is no Status field when filling Create data request form.

Please advice.

ratajczak commented 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.

tbalaz commented 10 years ago

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.