* src/DisplayModels.py: Add Date and Place columns to Media model;
Zip to Place model. * src/MediaView.py: Support for Date and Place columns. * src/PlaceView.py: Support for Zil column. * src/GrampsDbBase.py (get_place_column_order, get_media_column_order): New column defaults. svn: r3907
This commit is contained in:
@@ -49,6 +49,7 @@ column_names = [
|
||||
_('Place Name'),
|
||||
_('ID'),
|
||||
_('Church Parish'),
|
||||
_('ZIP/Postal Code'),
|
||||
_('City'),
|
||||
_('County'),
|
||||
_('State'),
|
||||
@@ -257,4 +258,3 @@ class PlaceView:
|
||||
else:
|
||||
import MergeData
|
||||
MergeData.MergePlaces(self.parent.db,mlist[0],mlist[1],self.build_tree)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user