12
- 2
- 3
+ 3
+ 4GTK_FILL
@@ -175,7 +152,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence True
TrueThe date of the entry in the source you are referencing, e.g. the date a house was visited during a census, or the date an entry was made in a birth log/registry.
- ●
+ ●1
@@ -183,6 +160,111 @@ Very High =Direct and primary evidence used, or by dominance of the evidence
+
+
+ True
+ 12
+
+
+ True
+ gtk-dialog-warning
+ 6
+
+
+ False
+ False
+ 0
+
+
+
+
+ 500
+ True
+ 0
+ 3
+ <b>Note:</b> Any changes in the shared citation information will be reflected in the citation itself, for all items that reference the citation.
+ True
+ True
+ True
+
+
+ 1
+
+
+
+
+ 3
+ 4
+ 5
+ GTK_EXPAND | GTK_SHRINK | GTK_FILL
+
+
+
+
+
+ True
+ 12
+
+
+ True
+ True
+ A unique ID to identify the citation
+ •
+
+
+ 0
+
+
+
+
+ True
+ True
+ True
+ none
+
+
+ True
+ gramps-unlock
+
+
+
+
+ False
+ False
+ 1
+
+
+
+
+ 1
+ 2
+ 1
+ 2
+ GTK_FILL
+
+
+
+
+
+ True
+ 1
+ ID:
+ True
+ gid
+
+
+ 1
+ 2
+ GTK_FILL
+
+
+
+
+
+
+
+
+
@@ -291,7 +373,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence True
TrueAuthors of the source.
- ●
+ ●1
@@ -346,7 +428,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence True
TrueProvide a short title used for sorting, filing, and retrieving source records.
- ●
+ ●1
@@ -361,7 +443,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence True
TruePublication Information, such as city and year of publication, name of publisher, ...
- ●
+ ●1
@@ -395,7 +477,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence True
TrueA unique ID to identify the source
- ●
+ ●0
@@ -435,7 +517,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence True
TrueTitle of the source.
- ●
+ ●1
diff --git a/src/gui/editors/editcitation.py b/src/gui/editors/editcitation.py
index aa774278c..076e627f3 100644
--- a/src/gui/editors/editcitation.py
+++ b/src/gui/editors/editcitation.py
@@ -190,12 +190,9 @@ class EditCitation(EditPrimary):
self.track,
self.db.readonly)
- # FIXME: This needs to be changed to reflect the correct names
- # and uncommented when src/glade/editcitation.glade
- # has been amended to include an id in the Citation section.
-# self.gid = MonitoredEntry(
-# self.glade.get_object('gid'), self.obj.set_gramps_id,
-# self.obj.get_gramps_id,self.db.readonly)
+ self.gid = MonitoredEntry(
+ self.glade.get_object('gid2'), self.obj.set_gramps_id,
+ self.obj.get_gramps_id,self.db.readonly)
self.volume = MonitoredEntry(
self.glade.get_object("volume"), self.obj.set_page,