defect
(User-visible)
There may be multiple views for a WebFolder associated with a single object. For an "A" object in "Structures," for example, these are the three views:
- In the type demo
- Documents
- Documents (Manual Lock)
If the description of a file or folder is changed in one of these views, the other WebFolders are not updated, or are only partially updated. The reason for this is that the changes occur in `DocumentVersion` rather than in `Document`, which the event handler currently cannot handle.
Improvement
When changes are made to a DocumentVersion, the Document is now extracted so that the handler knows an update is necessary.
Test
com.top_logic.demo/src/test/com/top_logic/demo/scripted/webfolder/TestWebFolderDescription.script.xml