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 the backend loads on localhost, there is a bootstrap.js script that runs which is responsible for creating the different types of product status. But it basically iterates over a json array of objects which using map, which may or may not result in the required sequence of product status, thus an indexing system is required, which can be incorporated in the data.json file and the bootstrap.js script.
To Reproduce
Steps to reproduce the behavior:
Run the strapi backend on localhost.
It will run the bootstrap script which will automatically create the product status.
Expected behavior
The product status queue should be in a proper order.
Environment:
OS: Windows 10
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
localhost
, there is abootstrap.js
script that runs which is responsible for creating the different types of product status. But it basically iterates over a json array of objects which using map, which may or may not result in the required sequence of product status, thus an indexing system is required, which can be incorporated in thedata.json
file and thebootstrap.js
script.To Reproduce
Steps to reproduce the behavior:
strapi
backend on localhost.bootstrap
script which will automatically create the product status.Expected behavior
Environment:
The text was updated successfully, but these errors were encountered: