Actions
Bug #393
closededitor allows you to save an invalid document without prompting
Start date:
01/11/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
393
Description
If you neglect to fill out a required element in a document in the editor, the
editor does not inform you of that when you click the save button. it should
give you a chance to go back and fix your error or let you tell it to save
anyways.
Updated by Dan Higgins almost 22 years ago
The XML editor has been modified to check the output string for validity every
time the user tries to save changes. The output text is validated using the
Metacat validate function, so that problems trying to submit invalid docs should
be avoided.
Also, a check is made for any elements which contain only white space and the
user is warned when attempring to save.
Actions