You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
In the current master clear the browser data of PMA and then logout.
Now Login again.
Go to sql tab of table, it will show select * from <table-name> where 1;
Now clear the code-mirror text and refresh again.
Click get auto saved query.
Expected behaviour
As we have cleared the code-mirror query and clicked get auto saved query, it will show previous saved query.
Actual behaviour
It is showing empty code-mirror while the hidden text-area is still showing the default query which either has to be with code-mirror too or will show previous query.
Client configuration
Browser:
Google Chrome
Operating system:
Linux 17.10
The text was updated successfully, but these errors were encountered:
Piyush3079
changed the title
Showing default query on clearing Codemirror
Not showing either default or previous query on clearing Codemirror
Apr 1, 2018
Piyush3079
changed the title
Not showing either default or previous query on clearing Codemirror
Not showing previous query on clearing Codemirror and then clicking get saved query
Apr 4, 2018
Piyush3079
added a commit
to Piyush3079/phpmyadmin
that referenced
this issue
Apr 4, 2018
…et saved query: phpmyadmin#14148 issue solved
currently typed query stored in temp variable in localstorege which will make get auto save query button functional
Signed-off-by: Piyush Vijay <piyushvijay.1997@gmail.com>
Steps to reproduce
select * from <table-name> where 1
;Expected behaviour
As we have cleared the code-mirror query and clicked get auto saved query, it will show previous saved query.
Actual behaviour
It is showing empty code-mirror while the hidden text-area is still showing the default query which either has to be with code-mirror too or will show previous query.
Client configuration
Browser:
Google Chrome
Operating system:
Linux 17.10
The text was updated successfully, but these errors were encountered: