| Summary: | Sensor search of the new system monitor widgets doesn't work | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
| Component: | System Monitor widgets | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.19.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/libksysguard/-/commit/6bccf33120ac85b2a74bebdb34f6cc6711d65438 | Version Fixed/Implemented In: | 5.19.2 |
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2020-06-11 17:12:30 UTC
Something in here:
sourceModel: KItemModels.KSortFilterProxyModel {
filterRole: "SensorId"
filterRowCallback: function(row, value) {
return (value && value.length)
}
Gammaray showed the model above populated, this was not.
SensorId role in the parent.
got it |