Community
Participate
Working Groups
Build Identifier: M20110210-1200 When ever a column is moved by the user to first visible position. The order of the columns is been saved. After doing a refresh (e.g. press F5) the labels of the nodes in the naviagtion tree is been replaced by the values of the new first visible column. E.g moving the column with zip codes to the first position the navigation tree is showing the zip codes after a refresh. This only happens when no summary column is defined on the table. Reproducible: Always Steps to Reproduce: 1. Build a table with at least two visible columns containg records which are not leafes. 2. Ensure the table is filled with data. 3. Move the first column to more right position. 4. Do a refresh on the parent tree node.
Created attachment 201990 [details] AbstractTable.getSummaryCell returns the first defined visible column when no summary column is been defined
Created attachment 201995 [details] AbstractTable.getSummaryCell returns the first defined visible column when no summary column is been defined (use correct array for max index) The maximum index is defined by the columns array and not by the mapping array as used in the first patch.
applied patch for trunk and indigo SP1
shipped with 3.7.1
removed iplog flag from ticket and added iplog flag to attachment