14812: Move TrustAllContent to Collections
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Wed, 3 Jul 2019 14:58:54 +0000 (10:58 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Wed, 3 Jul 2019 14:58:54 +0000 (10:58 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

sdk/go/arvados/config.go

index 3f71c6b44294c8d32884127e0861a2dff0799b2f..7d115e019c2483453f33c5151fe4ed2bac852e1d 100644 (file)
@@ -85,6 +85,7 @@ type Cluster struct {
                ManagedProperties     map[string]interface{}
                PreserveVersionIfIdle Duration
                TrashSweepInterval    Duration
+               TrustAllContent       bool
        }
        Git struct {
                Repositories string
@@ -151,7 +152,6 @@ type Cluster struct {
                ShowUserNotifications            bool
                SiteName                         string
                Theme                            string
-               TrustAllContent                  bool
                UserProfileFormFields            map[string]struct {
                        Type                 string
                        FormFieldTitle       string