Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #17915 Back to Issue ]
Summary 0017915: Multiple level table reference not shown properly in grid
Revision 2011-07-13 09:16 by alostale
Steps To Reproduce -Find attached a module that allows to reproduce it.
-Install the module
-Open Test 17915 window and add a record
-Open Sales Order window in grid mode
-Edit any record in grid view and select the created record in Test 17915 window. Note in the grid you see an Order document no.
-Save the record. Now instead of displaying document no it shows order identifier.
Revision 2011-07-13 09:16 by alostale
Description Having a table T0 with a column C0 with table reference R1 to table T1, displayed column T1.C1. Having T1.C1 column a table reference to table T2.C2, displayed column C2.

When displaying tab for T0, column C0 should be displayed with the value in T2.C2: T0.C0->T1.C1->T2.C2.

This is works in form view and when editing the value in grid, but for existent records in grid view, identifier (including UUID) for T2 is shown.
Revision 2011-07-13 09:04 by alostale
Steps To Reproduce -Create a table reference R1 for table T1 and displayed column T1.C1.
-Associate R1 to a column T2.C2
-Create a table reference R2 for table T2 and displayed column T2.C2
-Associate R2 to a column T3.C3
-Open tab containing a field for T3.C3 column. Note in grid it shows identifier for T1 instead of T1.C1 as it does in form view.
Revision 2011-07-13 09:04 by alostale
Description When the displayed column of a table reference is another table reference column, in grid view instead of showing the displayed column of the second reference, it shows referenced table (from second reference) identifier including UUID.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker