You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invitation to new markeplace owner is sent. We are getting error: Order status labels is required.
Steps to Reproduce
Logged in as admin
Go to Shop menu
Turn on markeplace switch
Invite new markeplace owner
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).
Issue Description
When invitation to new markeplace owner is sent. We are getting error: Order status labels is required.
Steps to Reproduce
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).
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
The text was updated successfully, but these errors were encountered: