Bug #5245
closedCannot load incomplete documents with data display errors
0%
Description
When I "save for later" on a document that has described data (and the url to the data does not resolve) I cannot resume the entity import wizard when I return to the package.
So far I've traced it to not having an AbstractDataPackage set on the frame because our current frame is still the InitialScreen and not an editor window. This might be due to the error message pop up that appears (thereby changing the "current active window"). More investigation needed.
Updated by ben leinfelder about 14 years ago
looks like i was more or less correct. by making the frame visible when opening the incomplete data package everything works as expected. I think it also makes sense to make the package window visible immediately so that it is clear that something is loading - especially when you receive warning messages about the data not being displayed etc...