<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>425333</bug_id>
          
          <creation_ts>2020-08-14 06:36:56 +0000</creation_ts>
          <short_desc>no pre-defined account templates on a mac</short_desc>
          <delta_ts>2021-06-29 06:55:42 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kmymoney</product>
          <component>general</component>
          <version>5.1.0</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sam">sam.marko2020</reporter>
          <assigned_to name="Dawid Wróbel">me</assigned_to>
          <cc>me</cc>
          
          <cf_commitlink>https://invent.kde.org/office/kmymoney/commit/0749abe34f5dbf562ef19550013bd73871195ce4</cf_commitlink>
          <cf_versionfixedin>5.1.3</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1950699</commentid>
    <comment_count>0</comment_count>
    <who name="Sam">sam.marko2020</who>
    <bug_when>2020-08-14 06:36:56 +0000</bug_when>
    <thetext>SUMMARY


STEPS TO REPRODUCE
1. install latest stable version on mac catalina
2. go to import &gt; account templates
3. 

OBSERVED RESULT

no accounts are shown in the list
EXPECTED RESULT
list of accounts grouped by country

SOFTWARE/OS VERSIONS
Windows: 
macOS: catalina
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1988175</commentid>
    <comment_count>1</comment_count>
    <who name="Dawid Wróbel">me</who>
    <bug_when>2020-12-25 21:46:27 +0000</bug_when>
    <thetext>Git commit 70639837532640aea80027bcd81e0e5fa9ab315c by Dawid Wróbel.
Committed on 25/12/2020 at 21:46.
Pushed by wrobelda into branch &apos;33-use-qt-resource-system-for-all-the-extra-files-we-ship&apos;.

Load templates from resources

M  +1    -0    .gitignore
M  +21   -12   kmymoney/templates/CMakeLists.txt
M  +1    -16   kmymoney/templates/templateloader.cpp

https://invent.kde.org/office/kmymoney/commit/70639837532640aea80027bcd81e0e5fa9ab315c</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1988180</commentid>
    <comment_count>2</comment_count>
    <who name="Dawid Wróbel">me</who>
    <bug_when>2020-12-25 22:28:33 +0000</bug_when>
    <thetext>Git commit c88095228146df43e58f228b70948ad9b7407d5a by Dawid Wróbel.
Committed on 25/12/2020 at 22:23.
Pushed by wrobelda into branch &apos;33-use-qt-resource-system-for-all-the-extra-files-we-ship&apos;.

Load templates from resources

M  +1    -0    .gitignore
M  +21   -12   kmymoney/templates/CMakeLists.txt
M  +1    -16   kmymoney/templates/templateloader.cpp

https://invent.kde.org/office/kmymoney/commit/c88095228146df43e58f228b70948ad9b7407d5a</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2028270</commentid>
    <comment_count>3</comment_count>
    <who name="Dawid Wróbel">me</who>
    <bug_when>2021-04-28 00:18:11 +0000</bug_when>
    <thetext>Git commit 8b0e1b0fe99ea10904831af67fc95e4104777ed7 by Dawid Wrobel, on behalf of Dawid Wróbel.
Committed on 28/04/2021 at 00:08.
Pushed by wrobelda into branch &apos;master&apos;.

Load templates from resources

M  +1    -0    .gitignore
M  +21   -12   kmymoney/templates/CMakeLists.txt
M  +1    -17   kmymoney/templates/templateloader.cpp

https://invent.kde.org/office/kmymoney/commit/8b0e1b0fe99ea10904831af67fc95e4104777ed7</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2044147</commentid>
    <comment_count>4</comment_count>
    <who name="Dawid Wróbel">me</who>
    <bug_when>2021-06-29 06:51:31 +0000</bug_when>
    <thetext>This was fixed in master branch only, 5.1.2 still has this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2044148</commentid>
    <comment_count>5</comment_count>
    <who name="Dawid Wróbel">me</who>
    <bug_when>2021-06-29 06:55:42 +0000</bug_when>
    <thetext>Git commit 0749abe34f5dbf562ef19550013bd73871195ce4 by Dawid Wróbel.
Committed on 29/06/2021 at 06:55.
Pushed by wrobelda into branch &apos;5.1&apos;.

Fix loading account templates on macOS
FIXED-IN: 5.1.3

M  +11   -0    kmymoney/widgets/kaccounttemplateselector.cpp

https://invent.kde.org/office/kmymoney/commit/0749abe34f5dbf562ef19550013bd73871195ce4</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>