| Summary: | partition flags are not imported | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | Christoph Vogtländer <kde> |
| Component: | general | Assignee: | Andrius Štikonas <andrius> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/partitionmanager/commit/e0906e3e26eb03fbdafbc5382f5b3f18df6c1ee1 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Christoph Vogtländer
2018-10-26 11:49:46 UTC
Thanks for reporting this. Looks like flags are read from file and then that variable is unused. Not sure why, maybe it was forgotten... Git commit 92065f7a23cf83a52a82d87c1b4002c8e233a8cc by Andrius Štikonas. Committed on 28/02/2019 at 00:15. Pushed by stikonas into branch 'master'. Add a function to convert QStringList of flag names to flags. M +14 -0 src/core/partitiontable.cpp M +1 -0 src/core/partitiontable.h https://invent.kde.org/kde/kpmcore/commit/92065f7a23cf83a52a82d87c1b4002c8e233a8cc Git commit a6861bf202a60462dd8063064749417b07df4117 by Andrius Štikonas. Committed on 28/02/2019 at 00:16. Pushed by stikonas into branch 'master'. When importing partition table, pass the flags to Partition class. Note, this is not enough for flags to work. We need to run a job to set flags. M +1 -1 src/gui/mainwindow.cpp https://invent.kde.org/kde/partitionmanager/commit/a6861bf202a60462dd8063064749417b07df4117 Git commit e0906e3e26eb03fbdafbc5382f5b3f18df6c1ee1 by Andrius Štikonas. Committed on 04/10/2020 at 15:58. Pushed by stikonas into branch 'master'. Import partition flags when importing partition table. M +6 -1 src/gui/mainwindow.cpp https://invent.kde.org/system/partitionmanager/commit/e0906e3e26eb03fbdafbc5382f5b3f18df6c1ee1 |