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

[Bug] The product status queue is unsequenced #43

Open
gurpreet-legend opened this issue Jan 21, 2023 · 0 comments
Open

[Bug] The product status queue is unsequenced #43

gurpreet-legend opened this issue Jan 21, 2023 · 0 comments

Comments

@gurpreet-legend
Copy link

Describe the bug

  • 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.

image

To Reproduce

Steps to reproduce the behavior:

  1. Run the strapi backend on localhost.
  2. 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
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

1 participant