Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects versions: 1.7.6
-
Fix versions: None
-
Components: Database/schema, Installer
-
Labels:None
Description
When exporting the current profile in providence, it cannot be imported back again.
The XSD validation throws the following error (for *every* list item entry):
```Schemas validity error : Element 'description': This element is not expected.```
The exported profile XML contains an empty node: "<description/>", but the current "/install/profiles/xml/profile.xsd" has no rule for this field in "listItemLabels > label".
Maybe something like this missing?
<xs:element name="description" type="xs:string" minOccurs="1" maxOccurs="1"/>
The XSD validation throws the following error (for *every* list item entry):
```Schemas validity error : Element 'description': This element is not expected.```
The exported profile XML contains an empty node: "<description/>", but the current "/install/profiles/xml/profile.xsd" has no rule for this field in "listItemLabels > label".
Maybe something like this missing?
<xs:element name="description" type="xs:string" minOccurs="1" maxOccurs="1"/>