[kmymoney] [Bug 498416] New: File information tag is not updated correctly

Ralf Habacker bugzilla_noreply at kde.org
Thu Jan 9 08:59:52 GMT 2025


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

            Bug ID: 498416
           Summary: File information tag is not updated correctly
    Classification: Applications
           Product: kmymoney
           Version: git (master)
          Platform: Other
                OS: All
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: file
          Assignee: kmymoney-devel at kde.org
          Reporter: ralf.habacker at freenet.de
  Target Milestone: ---

Created attachment 177222
  --> https://bugs.kde.org/attachment.cgi?id=177222&action=edit
test file

SUMMARY
KMyMoney supports a possibility to correct special errors in a KMyMoney file
during loading. The “id” attribute of the KMYMONEY-FILE:FILEINFO:FIXVERSION xml
tag is used for this purpose. Due to a programming error, this value is not
generated, which means that the status of the file cannot be determined and
possible corrections are not carried out.

STEPS FOR REPRODUCTION
1. open the attached test file
2. check the xml tag KMYMONEY-FILE:FILEINFO:FIXVERSION

OBSERVED RESULT
The tag mentioned contains a date attribute

    <FIXVERSION date=“5”/>

but in the source code, “id” is expected to be present

EXPECTED RESULT
The mentioned tag should contain an id attribute instead as shown below

 <FIXVERSION id=“5”/>

SOFTWARE/OS-VERSIONS
Operating System: openSUSE Leap 15.6
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12

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


More information about the KMyMoney-devel mailing list