Actions
Bug #587
closedOpen dialog couldn't search network if relogin
Start date:
09/10/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
587
Description
If you skip login when you launched Morpho, then Open menu will only search
data package locally. But after you relogin by click menu login, the open
action still only search locally. Actually it should search datapackage in
network too.
Updated by Jing Tao over 22 years ago
In OpenDialogCommand class, move the code to create ownerquery from
constructor to execute method. So the ownerquery will dynamic create base on
current Morpho.
If relogin, Morpho will be changed, ownerquery will be changed too. So
ownerquery will created to search network.
Actions