Actions
Bug #1505
closedexport function doesn't work in open dialog or search frame
Start date:
04/16/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1505
Description
When you try to export a package to disk in open dialog or search frame, you
will get an erro. For export to a directory, the error is "Sorry, Package must
be saved before it can be exported!". For export to zip file, it got null
pointer exception.
But export function in package frame works fine.
Updated by Jing Tao over 20 years ago
In ExportComand class, code was added to check the package location before
export. The code set location is only done for datapackage frame. So data
package works fine for export function. Now package location was set for search
frame and open dialog too. So the bug is fixed
Actions