Page 1 of 1

Breadcrumb on navigation between foreign key

PostPosted: Mon Oct 05, 2015 3:14 pm
by crochut
Hello,

Could it possible to have breadcrumb when you navigate in foreign ?

Sample :

you are in a table "demande_avoir" which have a foreign key to table ligne_bon_facturation by field ligne_bon_facturation_id.
screenshot2.png
screenshot2.png (31.6 KiB) Viewed 8505 times


You click on field to show the entry correponding to this id on table ligne_bon_facturation, the entry is displayed but you don't know (graphicly) that you have change of context table, and it could be hard when you click on 3 foreign keys.
screenshot4.png
screenshot4.png (29.23 KiB) Viewed 8505 times


So could it be possible to see something like this ?
screenshot3.png
screenshot3.png (33.1 KiB) Viewed 8505 times


It would be so cool !

best regards.

Re: Breadcrumb on navigation between foreign key

PostPosted: Tue Oct 06, 2015 12:32 pm
by Serge
Generally it's a good idea. Although I'm not sure about particular UI implementation.
1. This feature should present not only in table editors but in SQL Editor as well.
2. You can navigate links many times - but there is not much place in tab control to show all history.
I'll try a few different solutions. Hopefully this feature will be added in one of the next versions.

Re: Breadcrumb on navigation between foreign key

PostPosted: Fri Oct 09, 2015 3:15 pm
by crochut
Thank you !

Great news