Hi Rouslan, is it intended that clicking on Views (or Tables) in the navi panel shows the same list in the main panel? I find it confusing.
On 08/03/2013 10:01 AM, Marc Delisle wrote:
Hi Rouslan, is it intended that clicking on Views (or Tables) in the navi panel shows the same list in the main panel? I find it confusing.
Yep, that was intentional, as our list of tables includes views and vice-versa.
Bye, Rouslan
Le 2013-08-03 09:12, Rouslan Placella a écrit :
On 08/03/2013 10:01 AM, Marc Delisle wrote:
Hi Rouslan, is it intended that clicking on Views (or Tables) in the navi panel shows the same list in the main panel? I find it confusing.
Yep, that was intentional, as our list of tables includes views and vice-versa.
But prior to v4, we did not have the choice in the navigation panel, so we just clicked on a db name and we got the whole db. Now that we have a choice, I would expect to see the items corresponding to the choice I made.
On 08/03/2013 05:21 PM, Marc Delisle wrote:
Le 2013-08-03 09:12, Rouslan Placella a écrit :
On 08/03/2013 10:01 AM, Marc Delisle wrote:
Hi Rouslan, is it intended that clicking on Views (or Tables) in the navi panel shows the same list in the main panel? I find it confusing.
Yep, that was intentional, as our list of tables includes views and vice-versa.
But prior to v4, we did not have the choice in the navigation panel, so we just clicked on a db name and we got the whole db. Now that we have a choice, I would expect to see the items corresponding to the choice I made.
I see what you're getting at, and it requires modifying db_structure.php.
Bye, Rouslan
Le 2013-08-03 13:06, Rouslan Placella a écrit :
On 08/03/2013 05:21 PM, Marc Delisle wrote:
Le 2013-08-03 09:12, Rouslan Placella a écrit :
On 08/03/2013 10:01 AM, Marc Delisle wrote:
Hi Rouslan, is it intended that clicking on Views (or Tables) in the navi panel shows the same list in the main panel? I find it confusing.
Yep, that was intentional, as our list of tables includes views and vice-versa.
But prior to v4, we did not have the choice in the navigation panel, so we just clicked on a db name and we got the whole db. Now that we have a choice, I would expect to see the items corresponding to the choice I made.
I see what you're getting at, and it requires modifying db_structure.php.
Let's hear some more opinions about the idea.
hi
Dne Sat, 03 Aug 2013 12:21:03 -0400 Marc Delisle marc@infomarc.info napsal(a):
Le 2013-08-03 09:12, Rouslan Placella a écrit :
On 08/03/2013 10:01 AM, Marc Delisle wrote:
Hi Rouslan, is it intended that clicking on Views (or Tables) in the navi panel shows the same list in the main panel? I find it confusing.
Yep, that was intentional, as our list of tables includes views and vice-versa.
But prior to v4, we did not have the choice in the navigation panel, so we just clicked on a db name and we got the whole db. Now that we have a choice, I would expect to see the items corresponding to the choice I made.
It would indeed make sense to do some filtering if you click on view or tables.
On Mon, Aug 5, 2013 at 2:10 PM, Michal Čihař michal@cihar.com wrote:
hi
Dne Sat, 03 Aug 2013 12:21:03 -0400 Marc Delisle marc@infomarc.info napsal(a):
Le 2013-08-03 09:12, Rouslan Placella a écrit :
On 08/03/2013 10:01 AM, Marc Delisle wrote:
Hi Rouslan, is it intended that clicking on Views (or Tables) in the navi panel shows the same list in the main panel? I find it confusing.
Yep, that was intentional, as our list of tables includes views and vice-versa.
But prior to v4, we did not have the choice in the navigation panel, so we just clicked on a db name and we got the whole db. Now that we have a choice, I would expect to see the items corresponding to the choice I
made.
It would indeed make sense to do some filtering if you click on view or tables.
Here [1] is a pull request for this. Please review it and merge if appropriate.
[1] https://github.com/phpmyadmin/phpmyadmin/pull/707
https://github.com/phpmyadmin/phpmyadmin/pull/707-- Thanks and Regards,
Madhura Jayaratne
Le 2013-09-22 12:26, Madhura Jayaratne a écrit :
On Mon, Aug 5, 2013 at 2:10 PM, Michal Čihař <michal@cihar.com mailto:michal@cihar.com> wrote:
hi Dne Sat, 03 Aug 2013 12:21:03 -0400 Marc Delisle <marc@infomarc.info <mailto:marc@infomarc.info>> napsal(a): > Le 2013-08-03 09:12, Rouslan Placella a écrit : > > On 08/03/2013 10:01 AM, Marc Delisle wrote: > >> Hi Rouslan, > >> is it intended that clicking on Views (or Tables) in the navi panel > >> shows the same list in the main panel? I find it confusing. > >> > > > > Yep, that was intentional, as our list of tables includes views and > > vice-versa. > > But prior to v4, we did not have the choice in the navigation panel, so > we just clicked on a db name and we got the whole db. Now that we have a > choice, I would expect to see the items corresponding to the choice I made. It would indeed make sense to do some filtering if you click on view or tables.
Here [1] is a pull request for this. Please review it and merge if appropriate.
[1] https://github.com/phpmyadmin/phpmyadmin/pull/707
https://github.com/phpmyadmin/phpmyadmin/pull/707-- Thanks and Regards,
Merged, thanks! See my comment in the request for a possible improvement.