Multi-Enum field in XLSX export shows last value duplicated

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zaisaipai
    Junior Member
    • Jan 2018
    • 7

    Multi-Enum field in XLSX export shows last value duplicated

    Latest EspoCRM and Advanced pack. (7.3.3 and 2.13.3) PHP 8.0.27, MariaDB 10.5.16

    I have a report with a linked multi-enum field from other entity.
    When I export the report as CSV, then the multi-enum fied is displayed correctly: "[""VHK"",""TK""]" in CSV file and ["VHK","TK"] after importing to LibreOffice.
    XLSX export is otherwise fine, but the same field has always doubled the last value: VHK, TK, TK
  • yuri
    Member
    • Mar 2014
    • 8511

    #2
    Fix: https://github.com/espocrm/espocrm/c...e3c778e1dd2c03
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • zaisaipai
      zaisaipai commented
      Editing a comment
      Thank you!!! The exported xlsx file is now correct!
Working...