spree_backend icon indicating copy to clipboard operation
spree_backend copied to clipboard

Spree Admin Dashboard

Results 28 spree_backend issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [tinymce-rails](https://github.com/spohlenz/tinymce-rails) to permit the latest version. Commits 9175b3c Update README to refer to main branch as TinyMCE 7 13d3bcc Update to TinyMCE 7.0.0 6fae921 Fix asset...

dependencies
ruby

The spree_backend does not work on Safari 14.0.1 (2020) with the new @hotwire/stimulus controllers. The `static targets = ` syntax throws an error. There is an alternative way according to...

## Purpose The idea is to allow extensions register custom fields or fragments in Admin Panel forms without using Deface. This PR proposes an implementation for such feature. It is...

### **What?** This PR addresses breaking changes related to [migration to Bootstrap v.5.0.2](https://getbootstrap.com/docs/5.0/migration/) ### **Why?** Maintenance.

This PR works with: https://github.com/spree/spree/pull/11993

### **What?** This PR extends the bulk promo codes feature with administrative functionality through the admin panel. Handling and administrating promotion batches: Create batch: https://github.com/spree/spree/assets/40342677/b5e13064-b976-4efa-ab65-45375459eb4e Populate batch: https://github.com/spree/spree/assets/40342677/1d0a518a-63a1-4791-8782-eab328584d54 Promotion codes...

This PR allows developers to use Active Store settings instead of preferences for new payment methods. Add the following method to your payment method gateway model ```ruby # Set to...

In admin Orders, if you select Unpaid or Unfulfilled, it will show canceled orders, which isn't useful. Also as discussion, when 'show_only_complete_orders_by_default' backend config is true, was it intended to...

This should fix the error when we are trying to destroy select2 elements that are not yet initialized

…dation and throws error 'PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_spree_product_properties_on_property_id_and_product_id"'