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

Marketplace Settings Failing to Save #4333

Closed
pmn4 opened this issue Jun 17, 2018 · 0 comments · Fixed by #4338
Closed

Marketplace Settings Failing to Save #4333

pmn4 opened this issue Jun 17, 2018 · 0 comments · Fixed by #4338

Comments

@pmn4
Copy link
Collaborator

pmn4 commented Jun 17, 2018

Issue Description

Error Message:
Failed to save Marketplace settings Error: settings.shops.enabledShopTypes.0.active is not allowed by the schema

Steps to Reproduce

  1. Log into Primary Shop as admin@localhost
  2. Enable Marketplace via Shop > Marketplace
  3. Check [Allow merchant signup]

Possible Solution

May just be a name change. Here is the Schema:

export const ShopTypes = new SimpleSchema({
  shopType: {
    type: String,
    defaultValue: "merchant"
  },
  enabled: {
    type: Boolean,
    defaultValue: false
  }
}, { check, tracker: Tracker });

Versions

(run reaction -v from your reaction directory)

Node: 6.11.3
NPM: 3.8.6
Meteor Node: 8.9.4
Meteor NPM: 5.6.0
Reaction CLI: 0.29.0
Reaction: 1.12.0
Reaction branch: master
Docker: 17.09.0-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant