Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
14.0.0
-
None
-
None
-
Turing
-
Turing & Tiger Sprint 223
Description
Current situation
When opening a document by changing the url with a uuid or path that does not refer to a handle:
- A document tab is shown with a non logical title
- a warning is logged. See stackTrace.txt
Desired situation
- The tab should not be shown
- The stacktrace should better explain the cause.
Solution
The warning is caused by a bug when trying to get the handle of a document. This issue fixes that by omitting an identifier if the node is a ascendent of a handle.
When the uuid or path does not refer to a handle, the editor should not open at all and a warning should be logged, see stackTraceAfter.txt
See commit message(s).