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 <f.eb...@proxmox.com>
---

Intended only for the stable branch of course.

 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 cba9271..1a689b5 100644
--- a/src/node/APTRepositories.js
+++ b/src/node/APTRepositories.js
@@ -585,7 +585,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',
            },
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to