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

Invite markeplace owner - validation error: Order status labels is required #5057

Closed
TilenKreca opened this issue Mar 20, 2019 · 1 comment
Closed

Comments

@TilenKreca
Copy link

Issue Description

When invitation to new markeplace owner is sent. We are getting error: Order status labels is required.

Steps to Reproduce

  1. Logged in as admin
  2. Go to Shop menu
  3. Turn on markeplace switch
  4. Invite new markeplace owner

marketplace

Possible Solution

In file reaction/imports/plugins/core/orders/lib/extendShopSchema.js there is missing parameter for "optional: true". This was assumed while property was described as optional before (@Property {Object} orderStatusLabels optional).

orderStatusLabels: {
    type: Object,
    blackbox: true,
    optional: true
  }

Versions

Node: 8.15.0
NPM: 6.7.0
Meteor Node: 8.11.4
Meteor NPM: 6.4.1
Reaction CLI: 0.29.0
Reaction: 2.0.0-rc.10
Reaction branch: develop
Docker: 18.06.1-ce

@aldeed
Copy link
Contributor

aldeed commented Dec 16, 2019

Marketplace plugin is no longer built in

@aldeed aldeed closed this as completed Dec 16, 2019
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

No branches or pull requests

3 participants