2863: Wrong row when dropping on embedded list

This patch makes sure open of old database shows correct columns, and 
adds ... if several main participants


svn: r13085
This commit is contained in:
Benny Malengier
2009-08-20 09:31:10 +00:00
parent 5f0c935256
commit 5700f6ab66
4 changed files with 27 additions and 15 deletions

View File

@@ -76,10 +76,10 @@ class EventModel(FlatBaseModel):
self.column_description,
self.column_id,
self.column_type,
self.column_participant,
self.column_date,
self.column_place,
self.column_change,
self.column_participant,
self.column_handle,
self.column_tooltip,
]
@@ -87,10 +87,10 @@ class EventModel(FlatBaseModel):
self.column_description,
self.column_id,
self.column_type,
self.column_participant,
self.sort_date,
self.column_place,
self.sort_change,
self.column_participant,
self.column_handle,
self.column_tooltip,
]