-
fix: Custom fields delete bug — usunięcie wszystkich pól produktu nie działało
released this
2026-04-16 20:51:57 +00:00 | 21 commits to main since this releaseDodano 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