[evolution] By_Company.galview: Correct the column index in the grouping part



commit e33e24fae22562adf9c1caa2ce17ad989a506c17
Author: Milan Crha <mcrha redhat com>
Date:   Fri Sep 17 11:24:04 2021 +0200

    By_Company.galview: Correct the column index in the grouping part
    
    The column index is not the same as the model_col in the .etspec definition,
    which caused use of the 'Journal' column, instead of the 'Company' column here.

 data/views/addressbook/By_Company.galview | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/views/addressbook/By_Company.galview b/data/views/addressbook/By_Company.galview
index 5d28aec02f..bcab84ce8a 100644
--- a/data/views/addressbook/By_Company.galview
+++ b/data/views/addressbook/By_Company.galview
@@ -6,7 +6,7 @@
   <column source="23"/>
   <column source="36"/>
   <grouping>
-    <group column="35" ascending="true"/>
+    <group column="27" ascending="true"/>
     <leaf column="2" ascending="true"/>
   </grouping>
 </ETableState>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]