forked from spree/spree
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge upstream tag v4.3.3 #6
Open
aaronsmulktis
wants to merge
1,242
commits into
instinct-dna
Choose a base branch
from
merge-upstream
base: instinct-dna
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Store to StoreCredit association
The default Base#for_store should be always treated only as a fallback as it returns the object without previously attached scopes
Add additional associations to the Store model
…ountry [SD-1367] Use store.default_country instead of deprecated one
* Associate taxonomies to store * Revert taxons current_store changes from API::V1
…ral-on-chrome Fix CSS causing drop-down to be off center on chrome.
* Add service for associating carts * Add endpoint for associating guest cart * Update swagger docs * Apply suggestions from code review Co-authored-by: Damian Legawiec <[email protected]> Co-authored-by: Damian Legawiec <[email protected]>
… endpoint should be strings, not integers (spree#11317)
* Add endpoint for switching currencies * Add documentation for change currency method
* Add filters meta to products response * Cleanup structure * Support multiple taxons * Update namespace for filters * Reuse presenters from spree core for filters * Add stronger assertions in tests * Fix support for multiple taxons
spree#11335) * Added simple caching for Product#total_on_hand Product cache key is busted when StockItem is changed * Use cached Variant#in_stock? rather than querying DB * Added caching to Variant#backorderable? Also cache is busted when StockLocation is activated/de-activated
…n Panel (spree#11332) * Remove hard association belongs to product. * Fix collection. * Test for flash message. * Update backend/app/controllers/spree/admin/images_controller.rb * Add spree. * Update backend/app/controllers/spree/admin/images_controller.rb * Add test for deleting image on none master variant. * Add test to ensure the request can not destroy a variant image belonging to other store. Co-authored-by: Damian Legawiec <[email protected]>
* Bump version to 4.3.0 🎊🎊🎊 * Update CHANGELOG.md
…spree#11595) In spree#11363 there was an attempt to fix this issue. At that time the fix only covered the case in which the `created_at` column already existed, but it did not add a default value for timestamps in the `create_table` block so that it is taken into account when the table does not exist at all. This patch provides a default value also in that case.
[4.3] Fix CSRF security issue in adjustments admin panel
Frontend - Ensure empty state option
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade to Spree 4.3