Bug #613
closedverify/fix synchronize/export/delete for data package window
0%
Description
When Morpho is displaying a package, several of the menus that work for the
result set window should also work for the package. These include the
synchronize, delete, and export menus. Need to verify that each of these menus
is active when a data package window is open, and to make sure they work
properly. Fix them if they don't.
Updated by Jing Tao about 22 years ago
- Bug 422 has been marked as a duplicate of this bug. ***
Updated by Jing Tao about 22 years ago
Now synchronize, delete, export and openPreviousVersion menu worked well in
data pakcage frame too.
Now MorphoFrame are divied tow parts: search result and data package. From
them we can get tow different Objects: ResultPanel and DataViewContainerPanel.
From these panels, we can get information such as selected docid,
location(local or network) and so on. The information can be passed to
DataPackageInterface to do synchroinze, delete, export and open previouse
version. The above procedures were finished in different Command classes.