[kmymoney] [Bug 410075] Shows closed accounts despite option set to not show them

Thomas Baumgart bugzilla_noreply at kde.org
Mon Jul 22 06:45:57 BST 2019


https://bugs.kde.org/show_bug.cgi?id=410075

Thomas Baumgart <tbaumgart at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|NOT A BUG                   |WAITINGFORINFO

--- Comment #4 from Thomas Baumgart <tbaumgart at kde.org> ---
The default for "View all accounts" is off:

  <entry name="ShowAllAccounts" type="Bool">                                    
   <label>Show all accounts</label>                                             
   <default>false</default>                                                     
  </entry>                                                                      

So is "Hide closed accounts":

  <entry name="HideClosedAccounts" type="Bool">                                 
   <label>Hide closed accounts</label>                                          
   <default>false</default>                                                     
  </entry>                                                                      

The user must have found both and played with it if any of them is set :)

Looking at the code, I am tempted to combine the two into one in a future
release. Any objections?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list