Master/detail issue - Detail table names are showing

Hello All.

I have the issue that the buttons for the master/detail tables have all of a sudden changed for me.

Here is what it used to be like:

image

It has now changed to this

What has happened here? None of the settings have changed…

Here is a screenshot of the Page Options in the PHP section:

Any suggestions?

  1. Those buttons are for accessing the detail records of the master record. Without them you’ll need to access detail records of a master record by URL.
  2. You did not enable “Use button dropdown for links” so they are shown as separate buttons.
  3. If you want to hide them, you may use ListOptions_Load server event and call:
$this->ListOptions->hideDetailItems();

Thank you for the advice.

My question here is, Did something change as my settings never did.

Also, is there a way of implementing the ListOptions_Load as a global event?

Do you have preview extension enabled so you don’t need to show the detail table links?

Click Tools → Update Template and try again.