Skip to content

Commit

Permalink
Update citation.py
Browse files Browse the repository at this point in the history
change default in Citation filter for Confidence from "Normal" to "Very Low" so that nothing is excluded by default.

https://gramps-project.org/bugs/view.php?id=11797
  • Loading branch information
emyoulation authored Apr 10, 2024
1 parent 6b758b8 commit 8ff7a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gen/lib/citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self):
DateBase.__init__(self) # 2
self.source_handle = None # 5
self.page = "" # 3
self.confidence = Citation.CONF_NORMAL # 4
self.confidence = Citation.CONF_VERY_LOW # 4
SrcAttributeBase.__init__(self) # 8

@classmethod
Expand Down

0 comments on commit 8ff7a21

Please sign in to comment.