Open
Description
Describe the bug
- When the backend loads on
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:
- 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
Metadata
Metadata
Assignees
Labels
No labels