Fix optional metadata remove

Soleve issue of removing an optional document metadata
from a document that also contained existing required metadata.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-11 18:14:01 -04:00
parent aa94247c3d
commit 74ec939779
10 changed files with 209 additions and 183 deletions
+2
View File
@@ -562,6 +562,8 @@ Other changes
and upgrade stages.
* Add support for editing document comments.
* Remove Internet Explorer specific markup.
* Fix optional metadata remove when mixed with required
metadata.
Removals