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