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

Issue #514: unhide modules to fix disruptive message #523

Open
wants to merge 1 commit into
base: 1.x-3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion uc_cart/uc_cart.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description = Controls the shopping cart and checkout for an Ubercart e-commerce
package = Ubercart - core
backdrop = 1.x
type = module
hidden = 1

;Need uc_store to be installed to have access to functions used in uc_cart.install.
dependencies[] = uc_store
Expand Down
2 changes: 1 addition & 1 deletion uc_order/uc_order.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description = Receives and manages orders through your website.
package = Ubercart - core
backdrop = 1.x
type = module
hidden = 1

dependencies[] = ubercart
dependencies[] = rules
dependencies[] = views

Expand Down
2 changes: 1 addition & 1 deletion uc_product/uc_product.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description = Provides content types to represent items in an online store.
package = Ubercart - core
backdrop = 1.x
type = module
hidden = 1

dependencies[] = ubercart
dependencies[] = image

; Test cases
Expand Down
2 changes: 1 addition & 1 deletion uc_store/uc_store.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = Handles store settings and management of your Ubercart site.
package = Ubercart - core
backdrop = 1.x
type = module
hidden = 1
dependencies[] = ubercart

configure = admin/store/settings/store
stylesheets[all][] = uc_store.css
2 changes: 1 addition & 1 deletion uc_taxes/uc_taxes.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Taxes
description = Defines tax rates for customers' geographic locations and products sold.
description = "Defines tax rates for customers' geographic locations and products sold."
dependencies[] = uc_payment
package = Ubercart - core
backdrop = 1.x
Expand Down