Actions
Bug #1109
closedOpen button/menu fails immediately after package update
Start date:
06/25/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1109
Description
If one tries to 'Open' packages immediately after updating a package locally
(i.e. by saving a new version of a metadata module), no window appears with a
list of packages owned by the user. The problem is a null pointer exception
generated on line 420 of the LocalQuery class. If one restarts Morpho, then the
problem disappears.
I think the problem is due to the fact that the newly created package version is
not in the datapackage cache. Need to make sure it gets cached before 'Open' is
called?
Updated by Matt Jones over 20 years ago
If this is still a bug it needs to be resolved before 1.5 ships. Dan, please
clarify and either fix or close the bug. Thanks.
Updated by Dan Higgins over 20 years ago
This bug has been fixed as the result of fixing some other errors. Newly saved
packages appear on Open list.
Actions