From 622ba1f9e27a6f2f7c51cdf83dc877ee41c7a115 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Mon, 5 Jun 2023 17:43:13 +0200 Subject: [PATCH] apt repositoires: allow major upgrade Currently, all this does is silence warnings when the suite after the current one is configured as well as enabling the check for mixed repositiories. Since there is no API call as mentioned in the comment yet, just set it manually. Signed-off-by: Fiona Ebner --- src/node/APTRepositories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js index 1fb627c..e08ecab 100644 --- a/src/node/APTRepositories.js +++ b/src/node/APTRepositories.js @@ -569,7 +569,7 @@ Ext.define('Proxmox.node.APTRepositories', { nodename: '{nodename}', onlineHelp: '{onlineHelp}', }, - majorUpgradeAllowed: false, // TODO get release information from an API call? + majorUpgradeAllowed: true, // TODO get release information from an API call? listeners: { selectionchange: 'selectionChange', },