From 50861c233c9df3239e9accf99f12107c6b971655 Mon Sep 17 00:00:00 2001 From: Yurii Nazarenko Date: Mon, 1 Apr 2024 22:13:30 +0200 Subject: [PATCH] fix --- Makefile | 2 +- src/app/rr-manager.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3a8ba9f..62fdc8a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SPK_NAME = rr-manager SPK_VERS = 2.0 -SPK_REV = 8 +SPK_REV = 9 SPK_ICON = src/rr-manager.png DSM_UI_DIR = app diff --git a/src/app/rr-manager.js b/src/app/rr-manager.js index 83ded15..5af1c4c 100644 --- a/src/app/rr-manager.js +++ b/src/app/rr-manager.js @@ -2079,7 +2079,7 @@ Ext.define("SYNOCOMMUNITY.RRManager.Setting.Main", { !e || (this.setActiveTab(e.itemId), this.setStatusError({ - text: "forminvalid" + text: "Please fill in the required field(s).", }), !1) ); @@ -2293,7 +2293,7 @@ Ext.define("SYNOCOMMUNITY.RRManager.Setting.RRConfigTab", { }, { fieldLabel: 'layout', name: 'layout', - allowBlank: false, + allowBlank: true, xtype: 'syno_textfield', }, { fieldLabel: 'keymap', @@ -2397,7 +2397,7 @@ Ext.define("SYNOCOMMUNITY.RRManager.Setting.SynoInfoTab", { }, { fieldLabel: 'Buzzer offen', name: 'buzzeroffen', - allowBlank: false, + allowBlank: true, xtype: 'syno_textfield', } ]