-
Notifications
You must be signed in to change notification settings - Fork 278
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
Start on changes for changeIndexer page. #9862
Conversation
* Added components: - change-indexer.vue - change-indexer-row.vue - select-indexer.vue
Enabled mass updating indexers.
…exers # Conflicts: # medusa/server/core.py # medusa/server/web/manage/handler.py # themes/dark/assets/js/medusa-runtime.js # themes/dark/assets/js/vendors~date-fns.js # themes/light/assets/js/medusa-runtime.js # themes/light/assets/js/vendors~date-fns.js
* Fixed merge conflicts
This is the case when we quickly remove/add a show with existing episodes.
) or ( | ||
# For example when removing an existing show (keep files) | ||
# and re-adding it. The status is SKIPPED just after adding it. | ||
old_status == SKIPPED and not old_location |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@medariox do you see any issues with adding this option here?
It's this or almost copy all the code from update_status_quality and calling methods, just for changing the indexer.
As it stands now. After re-adding a show, the episodes of the show start with the status "SKIPPED". And this causes it to get the status "ARCHIVED". WHich is incorrect.
…exers # Conflicts: # themes-default/slim/src/components/new-show.vue # themes/dark/assets/js/medusa-runtime.js # themes/light/assets/js/medusa-runtime.js
PR is based on the DEVELOP branch
Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
Read the contribution guide
frontend
backend (api)
connect the two