Skip to content

Commit

Permalink
Merge pull request #10846 from nextcloud/bugfix/noid/add-the-new-shar…
Browse files Browse the repository at this point in the history
…e-type-to-the-app-info-xsd

Add the new share type
  • Loading branch information
MorrisJobke authored Aug 25, 2018
2 parents d644caf + d7246ed commit ce87537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/app-info-shipped.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions resources/app-info.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ce87537

Please sign in to comment.