MantisBT: master 43156224

Author Committer Branch Timestamp Parent
dregad dregad master 2022-11-30 12:02 master 72daaa92
Affected Issues  0031876: XML import: Undefined property warning when importing bug notes
Changeset

Fix undefined variable warnings in XML plugin

When importing issues with bugnotes where the bugnote node does not
contain all the possible fields, Mantis issues an Undefined property
warning.

This sets a default value for missing non-required fields to prevent
this.

Fixes 0031876

mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File