[Libreoffice-bugs] [Bug 125331] Deleting the source CSV file of an Address List should delete it from data sources
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 21 12:32:36 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=125331
--- Comment #6 from Lionel Elie Mamane <lionel at mamane.lu> ---
(In reply to Heiko Tietze from comment #5)
> (In reply to Lionel Elie Mamane from comment #4)
> > I have no simple idea to enhance it.
>
> What do you think about my idea to gray-out those entries where the data is
> (temporarily) not available?
By data, you mean the actual data, not the .odb file. How do you determine
that? You can't just try to connect:
- can take network requests, time (large list), consume client licence spot on
SQL server, ...
- you may be missing a password; you will not ask the password of all
entries(!). How will you reliably determine if the connection failed
You want to limit it to non-network requests? You will still need to open each
.odb file, see what it connects to (embedded data? network database? another
data file?) and make a decision. Also not good for performance, a file can also
be on a slow NAS / network filesystem over a VPN over slow Internet, ...
If you mean checking whether the .odb file is reachable, that can work, and I
would not oppose the patch. Not sure users will understand the difference
between the odb and the data, but <shrug>
--
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/20190821/9254c03f/attachment.html>
More information about the Libreoffice-bugs
mailing list