You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Graph View]Display invalid dates when show_full_dates==True[gramps51] (#229)
* Display invalid dates when show_full_dates=true
Currently Graph View only displays dates which have at least a valid year. I propose displaying invalid dates (`MOD_TEXTONLY`) as well when the date is not empty and `show_full_dates` is set to `True`.
* If no date specified, only show place when show_places
Currently the addon erroneously displays the birth/death when `self.show_places==False` and date is empty. Correct behavior: only display place when `self.show_places==True`
0 commit comments