public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: fix setting protection in namespace
@ 2022-05-16 13:25 Fabian Ebner
  2022-05-16 13:31 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Ebner @ 2022-05-16 13:25 UTC (permalink / raw)
  To: pbs-devel

The ns parameter would not be included previously.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---
 www/datastore/Content.js | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

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'),
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pbs-devel] applied: [PATCH proxmox-backup] ui: fix setting protection in namespace
  2022-05-16 13:25 [pbs-devel] [PATCH proxmox-backup] ui: fix setting protection in namespace Fabian Ebner
@ 2022-05-16 13:31 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-05-16 13:31 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Fabian Ebner

Am 5/16/22 um 15:25 schrieb Fabian Ebner:
> The ns parameter would not be included previously.
> 
> Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
> ---
>  www/datastore/Content.js | 17 +----------------
>  1 file changed, 1 insertion(+), 16 deletions(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-16 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 13:25 [pbs-devel] [PATCH proxmox-backup] ui: fix setting protection in namespace Fabian Ebner
2022-05-16 13:31 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal