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
After just loading the Example.tree (swapping out my 45,000 person tree), I was switching via views the Navigator bar: from the Relationships standard view mode to the People Person CardView mode. Perhaps it was passing a bad signal?
The following Warning went to the Console (not the GUI)
Warning: GlobalHistory: Signal emitted with wrong arg types: active-changed
from: file: C:\Users\DistrictSupport\AppData\Roaming\gramps\gramps51\plugins\RestoreHist\restorehist.py
line: 59
func: clear_history
arg passed was: ['Person', 'GNUJQCL9MD64AM56OH'], type of arg passed <class 'list'>, type should be: <class 'tuple'>
render_page: I0000044 5.375149965286255
The text was updated successfully, but these errors were encountered:
Yes, the RestoreHist add on does not preserve the tuple for the new navigation class as json.dumps converts to a list and it gets read back in as a list. This can safely be ignored.
I am going to submit a patch for Paul for it when I get around to it, so I guess I'll leave this open as a reminder till I do.
cdhorn
changed the title
Warning on switching
RestoreHist Warning on switching
Jun 2, 2022
After just loading the Example.tree (swapping out my 45,000 person tree), I was switching via views the Navigator bar: from the Relationships standard view mode to the People Person CardView mode. Perhaps it was passing a bad signal?
The following Warning went to the Console (not the GUI)
The text was updated successfully, but these errors were encountered: