diff --git a/www/datastore/Content.js b/www/datastore/Content.js index f7e1675b..21ce4964 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -685,25 +685,10 @@ Ext.define('PBS.DataStoreContent', { isCreate: false, autoLoad: true, - loadUrl: `${url}?${Ext.Object.toQueryString(params)}`, url, + extraRequestParams: params, items: [ - { - xtype: 'hidden', - name: 'backup-type', - value: type, - }, - { - xtype: 'hidden', - name: 'backup-id', - value: id, - }, - { - xtype: 'hidden', - name: 'backup-time', - value: time, - }, { xtype: 'proxmoxcheckbox', fieldLabel: gettext('Protected'),