| Summary: | Initial view option opens wrong view with certain embedded categories | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | Yerrey Dev <yerrey> |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/elisa/-/commit/b353149c4da0ef8b629553c5a2bd46001c764b4d | Version Fixed/Implemented In: | 24.02.0 |
| Sentry Crash Report: | |||
|
Description
Yerrey Dev
2022-08-17 15:23:35 UTC
Darn, I thought we fixed this. Can reproduce. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/382 A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/496 Git commit b353149c4da0ef8b629553c5a2bd46001c764b4d by Nate Graham, on behalf of Jack Hill. Committed on 05/10/2023 at 20:32. Pushed by ngraham into branch 'master'. Refactor embedded sidebar category to make use of ViewsProxyModel Instead of editing the source model we can use ViewsProxyModel to just hide the embedded category in the sidebar. M +178 -163 autotests/viewsmodeltest.cpp M +3 -1 src/models/viewsmodel.cpp M +1 -0 src/models/viewsmodel.h M +42 -0 src/models/viewsproxymodel.cpp M +28 -1 src/models/viewsproxymodel.h M +1 -0 src/qml/ContentView.qml M +5 -96 src/viewslistdata.cpp M +2 -0 src/viewslistdata.h https://invent.kde.org/multimedia/elisa/-/commit/b353149c4da0ef8b629553c5a2bd46001c764b4d |