Skip to content

Commit

Permalink
Add product to ocs Version struct
Browse files Browse the repository at this point in the history
The web ui will announce the backend version in the javascript console
and is supposed to include the product name as well. The version seems
to be a good location for the product field as it already includes the
software edition as well.
  • Loading branch information
kulmann committed Dec 23, 2021
1 parent cd9a6fb commit 5c66220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/http/services/owncloud/ocs/data/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ type Version struct {
Micro int `json:"micro" xml:"micro"` // = patch level
String string `json:"string" xml:"string"`
Edition string `json:"edition" xml:"edition"`
Product string `json:"product" xml:"product"`
}

0 comments on commit 5c66220

Please sign in to comment.