Remove the 'Objects' tab from the backup dialog as the feature is not yet implemented

This commit is contained in:
Akshay Joshi 2023-07-24 17:30:54 +05:30
parent 52643a5c9b
commit 8ec5fca4a0

View File

@ -699,15 +699,6 @@ export default class BackupSchema extends BaseUISchema {
label: gettext('Miscellaneous'),
group: gettext('Options'),
schema: obj.getMiscellaneousSchema(),
}, {
id: 'objects',
label: gettext('objects'),
group: gettext('Objects'),
type: 'tree',
visible: () => {
return isVisibleForServerBackup(obj?.backupType);
},
tree_type: 'checkbox'
}];
}