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
Edit/Replace view: missing Go button #14249
Comments
I also have this problem. |
I'm working on this. |
I have a suggestion. |
4 tasks
MauricioFauth
added a commit
that referenced
this issue
May 9, 2018
Fix for missing go button in view edit, #14249
MauricioFauth
pushed a commit
that referenced
this issue
May 9, 2018
Signed-Off-By: Lakshay arora <arora.lakshya123@gmail.com> (cherry picked from commit 3641a65) Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
MauricioFauth
added a commit
that referenced
this issue
May 9, 2018
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
@nulll-pointer Yes, I think we should remove one of the Go buttons. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
I linked to a view on the official demo server here so you could see the missing Go button.
https://demo.phpmyadmin.net/master-config/view_create.php?db=alunos&table=alunos_on_v&goto=tbl_structure.php&back=tbl_structure.php&view[operation]=alter&view[definer]=root%40192.168.30.%25&view[sql_security]=DEFINER&view[name]=alunos_on_v&view[as]=select+%60alunos%60.%60alunos_on%60.%60identidade%60+AS+%60identidade%60%2C%60alunos%60.%60alunos_on%60.%60nome%60+AS+%60nome%60+from+%60alunos%60.%60alunos_on%60+where+1&view[with]=NONE&view[algorithm]=UNDEFINED
Creating a view displays the Go button correctly.
Expected behaviour
When editing a view, there should be a "Go" button to execute the view's update.
Actual behaviour
Go button is missing within the Edit view form.
Server configuration
Operating system: N/A
Web server: nginx/1.10.3
Database: MySQL 8.0.3-rc-log
PHP version: 7.2.4-1
phpMyAdmin version: 4.8.x
Client configuration
Browser: Google Chrome 66.0.3359.117 (Official Build) (64-bit)
Operating system: Windows 10
The text was updated successfully, but these errors were encountered: