Page 1 of 1

titleColumn - possible bug

PostPosted: Mon Oct 25, 2010 7:46 am
by ADobkin
I am using the titleColumn() function as follows in my users table:

Code: Select all
function titleColumn(){
    return 'userName';
}


However, in this case, the drop down list in the navigation bar always displays the current logged in user rather than the record being browsed. Am I doing something wrong, or is this a bug?

Upon further review, it may just be a coincidence that the current logged in user is also the first entry in the list, and it may not be specific to the users table. What would cause the first item in the list to always be displayed rather than the selected record?

Thanks,
Alan

Re: titleColumn - possible bug

PostPosted: Mon Oct 25, 2010 10:37 am
by shannah
Yes.. this is a long standing bug. The jump list always shows the first item in the list rather than showing the currently selected record. No eta on this one though is it's low priority right now.

Re: titleColumn - possible bug

PostPosted: Thu Oct 28, 2010 6:27 am
by ADobkin
Okay, thanks. It is a low priority for me as well, now that I know it's not something I was doing wrong!

Alan