Bug #508
closedEdits to CHOICE elements in eml-attribute::attributeDomain not saved unless other choice elements empty
0%
Description
Edits to the CHOICE elements under attribute->attributeDomain are not saved by
Morpho unless all the text data within the other choice elements in the same
group is removed.
For example, choose "numericDomain", fill out values for "minimum"
and "maximum", and save the module. Next time you open the eml-attribute
module and try to change the choice from "numericDomain" to "enumerated"
or "textDomain", this change will not be saved unless you physically delete
the text from the "minimum" and "maximum" fields you previously filled out.
Bug# 506 "Changes to "Originator" lost when editing eml-software" looks like
the same issue as this
Updated by Dan Higgins about 22 years ago
found logic error in DocFrame method which saves XML. Problem was in code which
tried to select the node choice based on content. Removed sso that the users
choice is alway looked at.