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

Fix unexpected behaviour of Processlist filter #1809

Merged
merged 1 commit into from
Jul 22, 2015

Conversation

devenbansod
Copy link
Member

Removed the unnecessary and problem-causing URL parameter for showExecuting as there is already a checkbox input related to it in the form and the checked property for that is properly set, keeping in mind the submitted request parameters.

Moreover, this extra url param causes a problem in the behavior that, once checked, the checkbox always remains checked as $_REQUEST['showExecuting'] was always 1.

This PR should fix the above issue.

Signed-off-by: Deven Bansod devenbansod.bits@gmail.com

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
@madhuracj
Copy link
Contributor

Looks good. Thanks

madhuracj added a commit that referenced this pull request Jul 22, 2015
Fix unexpected behaviour of Processlist filter
@madhuracj madhuracj merged commit 63183d9 into phpmyadmin:QA_4_4 Jul 22, 2015
madhuracj added a commit that referenced this pull request Jul 22, 2015
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
@devenbansod devenbansod deleted the 1606Correction branch July 22, 2015 07:40
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

Successfully merging this pull request may close these issues.

2 participants