Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added patch for commerce kickstart install removing demo data #352

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions aegir/patches/commerce_kickstart.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
diff -urp a/commerce_kickstart.info b/commerce_kickstart.info
--- a/commerce_kickstart.info 2011-06-21 09:21:55.000000000 -0400
+++ b/commerce_kickstart.info 2011-07-12 04:54:32.000000000 -0400
@@ -1,5 +1,6 @@
name = Commerce Kickstart
description = Install with Drupal Commerce pre-configured for use.
+old_short_name = commercedev
core = 7.x

dependencies[] = block
diff --git a/commerce_kickstart.install b/commerce_kickstart.install
index 238f3e6..37f55f8 100644
--- a/commerce_kickstart.install
+++ b/commerce_kickstart.install
@@ -203,7 +203,7 @@ function commerce_kickstart_configure_store_form() {
'#title' => st('Do you want to install the demo store?'),
'#description' => st('Shows you everything Commerce Kickstart can do. Includes a custom theme, sample content and products.'),
'#options' => $options,
- '#default_value' => '1',
+ '#default_value' => '0',
);
$form['localization'] = array(
'#type' => 'fieldset',