Comment 8 for bug 1537861

Revision history for this message
Robert Lyon (robertl-9) wrote :

Another issue with the view layout system is the use of the label 'columns' on some of the layout related tables.

In view_rows_columns the 'columns' represent the count of the number of columns in the row

But in view_layout_rows_columns the 'columns' represent an id that maps to the view_layout_columns table where 'columns' also represents an id for the different types of widths

It would be worth cleaning this up so that the 'columns' that represent an id be changed to something like 'columnid' so to differentiate the id ones from the count ones