Merge pull request #10846 from nextcloud/bugfix/noid/add-the-new-share-type-to-the-app-info-xsd

Add the new share type
This commit is contained in:
Morris Jobke 2018-08-25 15:41:53 +02:00 committed by GitHub
commit ce87537b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -525,6 +525,7 @@
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
<xs:enumeration value="SHARE_TYPE_GUEST"/>
<xs:enumeration value="SHARE_TYPE_ROOM"/>
</xs:restriction>
</xs:simpleType>

View File

@ -522,6 +522,7 @@
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
<xs:enumeration value="SHARE_TYPE_GUEST"/>
<xs:enumeration value="SHARE_TYPE_ROOM"/>
</xs:restriction>
</xs:simpleType>