https://bugs.kde.org/show_bug.cgi?id=413217
Bug ID: 413217 Summary: DetailedListView does not refresh when an entry is added to the collection from FetchDialog Product: tellico Version: 3.2.1 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: ro...@periapsis.org Reporter: ro...@periapsis.org Target Milestone: --- SUMMARY The DetailedListView does not refresh (entry is in the list, but never brought into view) when an entry is added to the collection from FetchDialog. As a result EntryEditDialog is never populated with the entry data (setContents is not called). I tracked it down to DetailsListView bug fix 391614 in commit f6d89101ff95cebeb6772f7ecebd084f5b7c6b2f The complete removal of m_selectionChanging and its associated code causes this regression. Reverting this removal fixed the problem for me. -- You are receiving this mail because: You are watching all bug changes.