We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Multi table query shows results only 1 second
Steps to reproduce the behavior:
Because of $('#page_content').find('a').first().trigger('click'); that clicks on the "multi table query tab"
$('#page_content').find('a').first().trigger('click');
Show results
The text was updated successfully, but these errors were encountered:
On 4.8.2 this has for effect to collapse the search area
Sorry, something went wrong.
Add a ChangeLog entries for #16999, #17001 and 56d9c26
02a7dd4
Signed-off-by: William Desportes <williamdes@wdes.fr>
fec707c
williamdes
No branches or pull requests
Describe the bug
Multi table query shows results only 1 second
To Reproduce
Steps to reproduce the behavior:
Because of
$('#page_content').find('a').first().trigger('click');that clicks on the "multi table query tab"Expected behavior
Show results
Server configuration
The text was updated successfully, but these errors were encountered: