This topic is locked

Multiple links in list view

6/8/2010 10:07:42 AM
PHPRunner General questions
D
dpicky author

Since upgrading to PHPR 5.2, links to child tables now all get lumped into one column.
For example, if you have a customer table with link to an orders table and invoice table you used to get the following:
Edit | View | Orders (10) | Invoices (5) | ABC0001 | ABC Incorporated |

Edit | View | Orders | Invoices | XYZ0001 | XYZ Industries |
Now you get
Edit | View | Orders (10) Invoices (5) | ABC0001 | ABC Incorporated |

Edit | View | Orders Invoices | XYZ0001 | XYZ Industries |
As there are differing number of records the columns no longer line up.
Is there anyway to use the 5.1 and below method?
Thanks
Dave

Sergey Kornilov admin 6/8/2010

You can proceed to the Visual Editor and add a new column to the table on the List page. You can drag-n-drop link to Invoices to that new column to get version 5.1 look.