Actions
Bug #934
closedattribute editing window doesn't change domain properly
Start date:
01/07/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
934
Description
Dan,
Another new bug that needs to be fixed for the 1.3 release. When one chooses to
add a new column in an existing data table, the window that is used for
collecting the attribute metadata displays a table for entering enumerated
values even if the radio button is set to 'Text' or 'Numeric'. This is a
problem. Instead, it should change fields as the window in the TextImport
wizard does to reflect the different fields that are needed for the various
types of domains.
Thanks,
Matt
Updated by Dan Higgins almost 22 years ago
Problem occurred because object added to class for use with TextImportWizard
were null when used with new data table columns. Simple fix to check if objects
are null and not try to set values.
Actions