refactor submit row logic into a dedicated reusable template (`submit_line_with_storefront_link.html`) to improve maintainability and reduce duplication across admin templates. - Updated `change_form_with_storefront_link.html` to use the new template. - Added missing `formfield` implementation for `EncryptedJSONField` to ensure proper form compatibility. - Enhanced attributes handling in user-related mutation and signal functions for better flexibility and error handling. |
||
|---|---|---|
| .. | ||
| admin | ||
| admin_doc | ||
| unfold/helpers | ||
| __init__.py | ||
| contact_us_email.html | ||
| digital_order_created_email.html | ||
| digital_order_delivered_email.html | ||
| json_table_widget.html | ||
| promocode_granted_email.html | ||
| rapidoc.html | ||
| shipped_order_created_email.html | ||
| shipped_order_delivered_email.html | ||