Actions
Bug #426
closeddata package displays wrong info
Start date:
02/14/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
426
Description
When a data package is opened in the Data Package Editor, incorect information
is displayed for some of the originators. In particular, metadata documents
with originators that have only an "organizationName" field (ie, no
individualName) incorrectly display the individualName and address and other
fields from the previous originator. It appears that a data structure is not
being initialized when looping through the originators, so originator fields
from previous originators are retained when displaying an originator that did
not have that field.
An example of the problem can be seen by searching for and viewing the document
'nrs.3.2'.
Updated by Dan Higgins over 22 years ago
fixed by moving initialization of string variables inside the originator loop.
Actions