Not showing previous query on clearing Codemirror and then clicking get saved query #14148
Comments
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>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: