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
Visual query builder missing "Build Query" button #16485
Labels
Bug
A problem or regression with an existing feature
good first issue
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
help wanted
Milestone
Comments
Pauldro
added a commit
to Pauldro/phpmyadmin
that referenced
this issue
Dec 29, 2020
There was a ```if not visual_builder ``` that kept it from displaying. I did a search to see if that value is supplied and what it would mean.
6 tasks
Pauldro
added a commit
to Pauldro/phpmyadmin
that referenced
this issue
Dec 29, 2020
There was a ```if not visual_builder ``` that kept it from displaying. I did a search to see if that value is supplied and what it would mean. Signed-off-by: Paul Gomez <pauldro952@hotmail.com>
williamdes
pushed a commit
to Pauldro/phpmyadmin
that referenced
this issue
Dec 29, 2020
There was a ```if not visual_builder ``` that kept it from displaying. I did a search to see if that value is supplied and what it would mean.
Pauldro
added a commit
to Pauldro/phpmyadmin
that referenced
this issue
Dec 29, 2020
There was a ```if not visual_builder ``` that kept it from displaying. I did a search to see if that value is supplied and what it would mean. Signed-off-by: Paul Gomez <pauldro952@hotmail.com>
6 tasks
Pauldro
added a commit
to Pauldro/phpmyadmin
that referenced
this issue
Dec 29, 2020
There was a ```if not visual_builder ``` that kept it from displaying. I did a search to see if that value is supplied and what it would mean. Amended to remove trailing whitespace. Signed-off-by: Paul Gomez <pauldro952@hotmail.com>
williamdes
pushed a commit
to Pauldro/phpmyadmin
that referenced
this issue
Dec 29, 2020
There was a ```if not visual_builder ``` that kept it from displaying. I did a search to see if that value is supplied and what it would mean. Signed-off-by: Paul Gomez <pauldro952@hotmail.com>
williamdes
pushed a commit
to Pauldro/phpmyadmin
that referenced
this issue
Dec 31, 2020
There was a ```if not visual_builder ``` that kept it from displaying. I did a search to see if that value is supplied and what it would mean. Signed-off-by: Paul Gomez <pauldro952@hotmail.com>
williamdes
added a commit
that referenced
this issue
Dec 31, 2020
Signed-off-by: William Desportes <williamdes@wdes.fr>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Bug
A problem or regression with an existing feature
good first issue
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
help wanted
The Visual Query Builder is missing the "Build Query" button.
I have tested 5.0.2 and 4.9.7, but haven't yet gone down any further to find the commit that causes this.
5.0.2
4.9.7
To reproduce
The pop out menu should have a "Build Query" button, but doesn't.
First reported here: https://stackoverflow.com/questions/64813163/how-to-use-the-query-visual-builder-in-phpmyadmin
The text was updated successfully, but these errors were encountered: