| Summary: | FILEOPEN: Multiple external link chain with several calc documents doesn't work properly any more | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Torge Riedel <torgeriedel> |
| Component: | Calc | Assignee: | Eike Rathke <erack> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | erack, oliver.brinzing |
| Priority: | medium | ||
| Version: | 6.2.6.1 rc | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=137541 | ||
| Whiteboard: | target:6.4.0 target:6.3.1 target:6.3.2 target:6.2.8 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Files to reproduce both scenarios | ||
|
Description
Torge Riedel
2019-08-14 16:22:15 UTC
Created attachment 153391 [details]
Files to reproduce both scenarios
Confirmed. The problem here is with added security measurements to not have INDIRECT() access arbitrary files or URIs until confirmed, the "indirection of INDIRECT()" via an intermediate file apparently prevents the update of the intermediate file. Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/54bf84746a2a9a2e2aaf0df9e429b0cfd538f640%5E%21 Resolves: tdf#126928 allow link updates in an intermediate linked document It will be available in 6.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Note this works only if the intermediate document resides in a trusted location. It works with both, the "Always (from trusted locations)" and the "On request" settings under Tools -> Options -> Calc -> General. It can't work with documents residing in a non-trusted location as there is no way to allow updates on demand for a such loaded document (hidden via formulas). Pending review https://gerrit.libreoffice.org/77604 for 6-3 https://gerrit.libreoffice.org/77605 for 6-3-1 https://gerrit.libreoffice.org/77613 for 6-2 Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-6-3-1": https://git.libreoffice.org/core/+/c5fd457cc08c8b036378b63a049e750d8b20f265%5E%21 Resolves: tdf#126928 allow link updates in an intermediate linked document It will be available in 6.3.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/14825a8b7f00ee4c148f2583856e5102312cabbd%5E%21 Resolves: tdf#126928 allow link updates in an intermediate linked document It will be available in 6.3.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/3d59261bfa6f02a36b20cd117ed25422c59fbe4f%5E%21 Resolves: tdf#126928 allow link updates in an intermediate linked document It will be available in 6.2.8. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |