Hey,
if I click in the structur page on "INDEX" at any column, the site is refreshing an I see the page with all datas. Now I must go back to structres. It would be better if the page refreshes and still on structes, because if I add an index I will do more config options on structres.
I hope you understand what I mean.
Thanks you!
You mean, you see the page with the generated ALTER TABLE statement, and no longer see the Structure page?
Yes. The ALTER TABLE statement should be displayed on the structure page and not on the "Browse" page. If I add an UNIQUE KEY or INDEX I will do more things on the structre page and not on the "browse" tab. (e.g. Relation view or so)
When I try this, I don't land on the Browse page, but on an empty page with just the ALTER TABLE statement on top.
Are you sure?
I've tested it a few minutes ago in your own master-config demo. Here 2 screenshots how I have made it. After adding the index, I'm not longer on the structure page...
But if I set a INDEX, I will do more things on the structure page and I must go back every time... That's unconfortable. In 4.0.x it was right
Ok, I get the same results as you. The menu tab is set on Browse but the interface is not browsing the table (no tables rows are shown).
Yes. I think it's better, if the redirect is set to "structure", wher I come from.
I tried fixing this bug, here is my pull request with QA_4_1 as base.
https://github.com/phpmyadmin/phpmyadmin/pull/819
Thanks,
Lakshit Arora