From f3efc35e8361b131615263c371eb8fd9296907c4 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 31 Jul 2019 20:26:13 -0600 Subject: [PATCH] Adjust max length for edit 'to' --- misc/menu_template.in.hjson | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/menu_template.in.hjson b/misc/menu_template.in.hjson index a2a183a5..c2bbdd3f 100644 --- a/misc/menu_template.in.hjson +++ b/misc/menu_template.in.hjson @@ -616,6 +616,7 @@ argName: to focus: true text: @sysStat:sysop_username + maxLength: 36 // :TODO: readOnly: true } ET3: { @@ -1532,6 +1533,7 @@ argName: to focus: true text: @sysStat:sysop_username + maxLength: 36 // :TODO: readOnly: true } ET3: { @@ -2534,6 +2536,7 @@ argName: to focus: true validate: @systemMethod:validateNonEmpty + maxLength: 36 } ET3: { argName: subject @@ -2692,6 +2695,7 @@ focus: true text: All validate: @systemMethod:validateNonEmpty + maxLength: 36 } ET3: { argName: subject @@ -2851,6 +2855,7 @@ argName: to focus: true validate: @systemMethod:validateGeneralMailAddressedTo + maxLength: 36 } ET3: { argName: subject