• v0.346 5862fb8598

    fix: Custom fields delete bug — usunięcie wszystkich pól produktu nie działało

    jacek.pyziak released this 2026-04-16 20:51:57 +00:00 | 21 commits to main since this release

    Dodano hidden marker custom_field_name_present w formularzu edycji produktu.
    Zmieniono warunek w ProductRepository z array_key_exists('custom_field_name')
    na array_key_exists('custom_field_name_present') — jQuery .serialize() pomijał
    klucz pustej tablicy gdy wszystkie pola usunięte. Test jednostkowy dodany.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads