solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
**Solidus Version**: `master` **To Reproduce** Create a Spree::LogEntry attached to a payment with a long message. **Current behavior** It exceeds the table width. **Expected behavior** It is truncated and/or expandable....
**Solidus Version**: Master **Current behavior** If a payment log entry is old enough to include in its response details a class that doesn't exist anymore, a 500 server error is...
We can do that through the `discussion_category_name` parameter for releases in the GH API: https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#update-a-release. First, let's investigate how the generated discussion looks like.
Hello, it looks like files under `app/overrides` are loading twice when following instructions from: https://guides.solidus.io/customization/customizing-the-core/#using-overrides:~:text=config/application.rb I noticed this issue because I decided to add a constant in one of the...
Navigating code is challenging for new adopters. Can we create some sort of technical reference? Perhaps with automatic generators from comments blocks, if we have any?
### Discussed in https://github.com/solidusio/solidus/discussions/4643 Originally posted by **joyboy67** September 26, 2022 Hello, when I delete/destroy an user without orders from admin panel (https://github.com/solidusio/solidus/discussions/4590) and try to register a new user...
**Solidus Version**: 3.2.5 **To Reproduce** 1. create a product 2. delete the master price in the default currency (config.currency) 3. attempt creating a new variant 4. see the exception: `undefined...
### Discussed in https://github.com/solidusio/solidus/discussions/4819 Originally posted by **Zigreal** December 29, 2022 Hi everybody! Can you please tell me if it makes sense that rescue_from CanCan::AccessDenied, with: :unauthorized returns 401 when...
Use the automatic release drafter to also group PRs that deprecate behavior. For now, let's just add a new category for deprecations. In the future, we can try to change...