You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
629 B
14 lines
629 B
3 years ago
|
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2021-05-27 00:16:17.230337938 +0200
|
||
|
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2021-05-27 00:20:00.203317519 +0200
|
||
|
@@ -468,8 +468,8 @@
|
||
|
},
|
||
|
success: function(response, opts) {
|
||
|
let res = response.result;
|
||
|
- if (res === null || res === undefined || !res || res
|
||
|
- .data.status.toLowerCase() !== 'active') {
|
||
|
+ if (false) { // res === null || res === undefined || !res || res
|
||
|
+ //.data.status.toLowerCase() !== 'active') {
|
||
|
Ext.Msg.show({
|
||
|
title: gettext('No valid subscription'),
|
||
|
icon: Ext.Msg.WARNING,
|