Hi,

I think that put a button "Generate feature and activate it" is a very good idea. Usually, when we create a content type or a view, and have to generate the feature for commit it, sometimes forget to activate it. The result of it is that when we download other version and revert it, it was ignore because the feature isn't activate.

Is only an idea but for me would be fantastic. :)

If I have time, its posible that I contribute it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jrb’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
1.69 KB

The attached patch adds an "Enable feature after creation" checkbox to the "Create feature" form. If it's checked, the newly-created feature will be enabled and the user will be redirected to its "Recreate feature" page.

estoyausente’s picture

Great! Ty! I forgot about this suggest. I tested it and it seem be ok.

estoyausente’s picture

Status: Needs review » Reviewed & tested by the community
hefox’s picture

Version: 7.x-2.0-rc3 » 7.x-2.x-dev
Status: Reviewed & tested by the community » Needs review

Would like more than one review, specially more in if this is the user experience desired for this functionality.

timodwhit’s picture

Just wrote a hook to do this exact thing. Thanks for the patch!