This topic is locked
[SOLVED]

 Removing Items from the Quick Jump dropdown

9/20/2008 4:46:20 PM
PHPRunner General questions
W
wypman author

I have a table called comments, which allows people to add comments about items in another table. I have the other table linked as a Master Table, so when they display the Master Table link - they can view the comments - by clicking on the comments entry in the list display.
However, I do not want them to be able to go directly to the comments table list view. Is there of removing it from the dropdown list, I have managed to remove it from the Menu Page.

Sergey Kornilov admin 9/22/2008

In PHPRunner 4.2 proceed to Datasource tables screen, make Comments table selected on the left and uncheck "Create menu item for this table" check box.

W
wypman author 9/25/2008

It worked great thank you.