Any questions about Documents Sellers, post it here .

Filter in Orders view doesn't work

More
9 years 7 months ago - 9 years 7 months ago #49549 by Joel
Hi,

I upgraded DMS to last version.
The filter in Orders view doesn't work anymore.

Here is changes to be done in file administrator/components/com_dms/views/orders/tmpl/default.php:
Replace "search" by "filter_search" in input field name as below.

Initial code:
Code:
<input type="text" name="search" id="search" ... />

Final code:
Code:
<input type="text" name="filter_search" id="search" ... />

May we have an official version with this fix?
Regards,

Joël
Last edit: 9 years 7 months ago by Joel.

Please Log in or Create an account to join the conversation.