Bug 147733 - DocInformation:Created (initial-creator) field not displayed if no creation-date in meta.xml
Summary: DocInformation:Created (initial-creator) field not displayed if no creation-d...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.3.0.3 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: File-Properties
  Show dependency treegraph
 
Reported: 2022-03-02 14:16 UTC by David Lukeš
Modified: 2023-08-18 18:41 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
creation-date affects display of first author field (29.89 KB, application/zip)
2022-03-02 14:16 UTC, David Lukeš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Lukeš 2022-03-02 14:16:35 UTC
Created attachment 178620 [details]
creation-date affects display of first author field

When no creation-date is specified in meta.xml, the DocInformation:Created (initial-creator) field is displayed as empty, even though it contains information. Case in point -- both attached files contain the following in content.xml:

<text:p text:style-name="OrgDocInfo"><text:initial-creator>John Doe</text:initial-creator></text:p>

They are identical in every other respect too, except that with-date-in-meta.odt contains this additional line in meta.xml:

<meta:creation-date>2022-03-01T00:00:00</meta:creation-date>

When opened in LibreOffice Writer, only with-date-in-meta.odt shows "John Doe" inside the DocInformation:Created field. In no-date-in-meta.odt, the field is displayed as empty.

For comparison, MS Office displays "John Doe" in both cases.