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 <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-06-05 17:43:13 +02:00 committed by Thomas Lamprecht
parent 93f8588e41
commit 622ba1f9e2

View File

@ -569,7 +569,7 @@ Ext.define('Proxmox.node.APTRepositories', {
nodename: '{nodename}', nodename: '{nodename}',
onlineHelp: '{onlineHelp}', onlineHelp: '{onlineHelp}',
}, },
majorUpgradeAllowed: false, // TODO get release information from an API call? majorUpgradeAllowed: true, // TODO get release information from an API call?
listeners: { listeners: {
selectionchange: 'selectionChange', selectionchange: 'selectionChange',
}, },