Closed (won't fix)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 12:22 UTC
Updated:
1 Oct 2014 at 17:00 UTC
Jump to comment: Most recent
Comments
Comment #1
vernond commentedI have this in my custom installation profile (because we do a bunch of multi-site things), but you could probably achieve similar by adding it to your settings.php:
Comment #2
quicksketchThat sounds reasonable to me. The only reason it's on by default is because Drupal makes it on by default in node_type_set_defaults(). We can easily set the promoted option to FALSE in webform_install().
Comment #3
roball commentedThat would be the best IMO.
Comment #4
danchadwick commentedI looked into this. For Drupal 7, the default options that are on are stored as follows:
I'm not really keen on mucking about in node_options_webform that much, so absent a patch or argument, I think everyone will just continue to uncheck the checkbox (which I agree should probably be false by default, but that's a core issue).