Changes between Initial Version and Version 1 of Ticket #36941
- Timestamp:
- Feb 23, 2026, 4:39:49 AM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36941 – Description
initial v1 19 19 If we include it like this: 20 20 21 `{% include 'sort_link.html' with sort_param='order_by' field_name='price' %}`21 `{% include 'sort_link.html' with sort_param='order_by' field_name='price' field_label='By Price' %}` 22 22 23 23 Current Behaviour: It produces `?sort_param=price`.