Update to 2025-08-18 10:00

This commit is contained in:
Daniel Berteaud
2025-08-18 10:00:17 +02:00
parent 702ba81114
commit 99a73d7478
12 changed files with 76 additions and 33 deletions

View File

@@ -1,12 +1,16 @@
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2022-09-23 20:10:20.125559720 +0200
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2022-09-23 20:13:04.311301761 +0200
@@ -510,8 +510,7 @@
},
success: function(response, opts) {
let res = response.result;
- if (res === null || res === undefined || !res || res
- .data.status.toLowerCase() !== 'active') {
+ if (false) {
Ext.Msg.show({
title: gettext('No valid subscription'),
icon: Ext.Msg.WARNING,
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2025-08-14 15:58:53.942358475 +0200
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2025-08-14 15:59:17.487663267 +0200
@@ -608,12 +608,7 @@
},
success: function (response, opts) {
let res = response.result;
- if (
- res === null ||
- res === undefined ||
- !res ||
- res.data.status.toLowerCase() !== 'active'
- ) {
+ if (false) {
Ext.Msg.show({
title: gettext('No valid subscription'),
icon: Ext.Msg.WARNING,