https://bugs.documentfoundation.org/show_bug.cgi?id=150094

            Bug ID: 150094
           Summary: File properties dialog does not update with
                    programmatically added Custom Fields
           Product: LibreOffice
           Version: 7.2.7.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: wpeat...@gmail.com

This is not that serious. But if you happen to add a new custom property via
the API 

   
doc.getDocumentProperties().getUserDefinedProperties().addProperty('MyProp', 0,
'LibreOffice is the best')

The newly created property will not show up in the File properties dialog until
the file is saved and reloaded.

Newly created properties created with the dialog will be displayed in the File
properties dialog on subsequent views.

The only workaround I have found is to save and reload file.

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

Reply via email to