diff --git a/include/management/snapshot/class_SnapshotCreateDialog.inc b/include/management/snapshot/class_SnapshotCreateDialog.inc index 3b07182fddc099d8a486d775d37a9671771f00b2..b8f7d50b84bb22d369cc3bc2e8a65736f8a50ff4 100644 --- a/include/management/snapshot/class_SnapshotCreateDialog.inc +++ b/include/management/snapshot/class_SnapshotCreateDialog.inc @@ -57,7 +57,7 @@ class SnapshotCreateDialog extends ManagementDialog ] ], 'dataSource' => [ - 'name' => _('dataSource'), + 'name' => _('dataSource - only available via web-service.'), 'attrs' => [ new SelectAttribute( 'Data source', _('Origin / Source of the data'), @@ -74,6 +74,7 @@ class SnapshotCreateDialog extends ManagementDialog // The attribut will be passed to parent for later saving, dataSource might require same logic. $this->attributesAccess['description']->setInLdap(FALSE); $this->attributesAccess['snapshotSource']->setInLdap(FALSE); + $this->attributesAccess['snapshotSource']->setVisible(FALSE); $recordedDataSources = $this->getLdapRecordedDataSources(); if (!empty($recordedDataSources)) {