https://bugs.kde.org/show_bug.cgi?id=427687
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-pa/commit/9e002e0 |ma/plasma-pa/commit/463544c |19f01098401cbadddbb83b135f3 |76af4f4574653da79a8072a9cb6 |fba1d7 |a4e28b --- Comment #5 from David Redondo <k...@david-redondo.de> --- Git commit 463544c76af4f4574653da79a8072a9cb6a4e28b by David Redondo. Committed on 16/10/2020 at 13:13. Pushed by davidre into branch 'Plasma/5.20'. Correctly look up data in the model Commit fbd66cdc9d89262ed32cbf0c9c6263615e3b2ff5 exposed this preexisting bug. Before sModel was always a PlasmaCore.SortFilterModel but now that we can hit the !showHiddenDevices.visible condition in main.qml:546/573 it can also just be a normal SourceModel or SinkModel that do not have a get() method like the SortFilterModel. So we have to access the data properly. FIXED-IN:5.20.1 (cherry picked from commit 9e002e019f01098401cbadddbb83b135f3fba1d7) M +5 -5 applet/contents/ui/ListItemBase.qml https://invent.kde.org/plasma/plasma-pa/commit/463544c76af4f4574653da79a8072a9cb6a4e28b -- You are receiving this mail because: You are watching all bug changes.