Summary: | Exported templates does not have any title and description | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.8.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/kmymoney/dc0351fb5d28e1f6aafee0f08e8d6911311ac01d | Version Fixed In: | 4.8.1,5.0.0 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 347037 |
Description
Ralf Habacker
2016-10-06 22:45:37 UTC
Supporting these attributes looks very imported because with bug 290473 implemented it is now easy to list several exported templates into the template import dialog without being able to distinct them. Templates listed in the template import dialog are distinct by title and descriptions which is empty until this bug has been fixed. Git commit dc0351fb5d28e1f6aafee0f08e8d6911311ac01d by Ralf Habacker. Committed on 25/05/2017 at 10:03. Pushed by habacker into branch '4.8'. Fix 'Exported templates does not have any title and description'. REVIEW: 129116 M +21 -0 kmymoney/converter/mymoneytemplate.cpp M +4 -0 kmymoney/converter/mymoneytemplate.h M +2 -0 kmymoney/dialogs/CMakeLists.txt A +45 -0 kmymoney/dialogs/ktemplateexportdlg.cpp [License: GPL (v2+)] A +42 -0 kmymoney/dialogs/ktemplateexportdlg.h [License: GPL (v2+)] A +100 -0 kmymoney/dialogs/ktemplateexportdlg.ui M +11 -3 kmymoney/kmymoney.cpp https://commits.kde.org/kmymoney/dc0351fb5d28e1f6aafee0f08e8d6911311ac01d |