Skip to content

Commit

Permalink
SIGARIA-125 empty filename in validatedDocument block
Browse files Browse the repository at this point in the history
  • Loading branch information
siimsuu committed Oct 3, 2019
1 parent 2d21696 commit c701163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siga-webapp/src/main/resources/static/siga.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
</xs:complexType>
<xs:complexType name="validatedDocumentData">
<xs:sequence>
<xs:element name="fileName" type="xs:string"/>
<xs:element name="filename" type="xs:string"/>
<xs:element name="fileHash" minOccurs="0" type="xs:string"/>
<xs:element name="hashAlgo" minOccurs="0" type="xs:string"/>
</xs:sequence>
Expand Down

0 comments on commit c701163

Please sign in to comment.