Schema errors in template.xsd
Closed
Schema errors in template.xsd
DOMDocument::schemaValidate(): Element 'showIcon': This element is not expected. Expected is ( name ).
although it is specified
and
DOMDocument::schemaValidate(): Element 'specific': Missing child element(s). Expected is ( data ).
if the node is empty
moved from DownloadField#4 (moved)
added SobiPro Core label
changed milestone to %1.4.8
assigned to @Radek-Suski
added fixed in vc and removed new labels
DOMDocument::schemaValidate(): Element 'showIcon': This element is not expected. Expected is ( name ).
although it is specified
This is fixed in the template creator itself. It's a very special case when an entry has no name.DOMDocument::schemaValidate(): Element 'specific': Missing child element(s). Expected is ( data ).
if the node is empty
wrong schema fileadded test passed and removed fixed in vc labels