[Libreoffice-bugs] [Bug 117261] External Forms: Connection to database is lost when pressing "Save" after input data

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 26 20:31:34 UTC 2018


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

Drew Jensen <drewjensen.inbox at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Drew Jensen <drewjensen.inbox at gmail.com> ---
can confirm this using:
Version: 5.4.6.2
Build ID: 1:5.4.6-0ubuntu0.17.10.1
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

After unzipping the example files opening content.xml inside TestAufnahme.odt
you will find the form control with the following:
<form:connection-resource
xlink:href="file:///home/robby/Downloads/TestDB/TestDB.odb"/>

Now I fix that for my directory path and the form functions as needed.

Save the form and close it.

Looking at contents.xml the value has changed to:

<form:connection-resource xlink:href="../TestDB.odb"

relative addressing does not work there, not sure id ever did but maybe.

If you register the odb and use the registered name it all works fine of
course, but that isn't the point is it.

I know idea why the odt file is being set to dirty when a post data happens. If
I check with the form properties right after that the fully qualified path name
is still present.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180426/320e4d3e/attachment.html>


More information about the Libreoffice-bugs mailing list