<div dir="ltr">There is currently a bug in the current code from version 3.2.1<div>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).</div><div><br></div><div>I tracked it down to DetailsListView bug fix 391614 in commit f6d89101ff95cebeb6772f7ecebd084f5b7c6b2f<br></div><div><br></div><div>The complete removal of m_selectionChanging and its associated code causes this regression. Reverting this removal fixed the problem for me.<br></div><div><br></div><div>Also, in tracking this down I noticed there are numbers of commits that do not compile. I used git bisect to find the problem and had to spend more time compiling repeatedly because of this. Not sure what the situation is, but finding bugs would be easier if only code that compiles is pushed to the repository.</div><div><br></div><div>Thanks.</div></div>