Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Автоматическое применение фильтра после сброса фильтра #86

Open
Mitriy-Bug opened this issue Oct 10, 2023 · 0 comments

Comments

@Mitriy-Bug
Copy link

Сейчас при отключенных Авто отправка и Ajax фильтрация после нажатия на кнопку "Сбросить фильтр" он очищается, но для применения приходится жать еще и "Применить фильтр".
Считаю то двойной работой
Предлагаю навесить на эту кнопку еще и применение фильтра:
<?php if (!$autho_send) : ?> <button type="submit" id="submitfilter" class="btn btn-primary"><?php echo Text::_('MOD_JLCONTENTFIELDSFILTER_SUBMIT'); ?></button> <?php endif; ?> <button type="button" class="btn btn-warning" onclick="JlContentFieldsFilter.clearForm(this); document.getElementById('submitfilter').click()"><?php echo Text::_('MOD_JLCONTENTFIELDSFILTER_RESET'); ?></button>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant