Mateusz Porębski

Results 4 issues of Mateusz Porębski

## Description Created automated test pipeline for spree-contrib/spree_multi_vendor.

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

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

The fix is related to [this issue](https://github.com/activerecord-hackery/ransack/issues/1232). Ransack scope functions by default convert values that are included in those sets to pertinent boolean values: ```ruby TRUE_VALUES = [true, 1, '1',...