Adjust max length for edit 'to'
This commit is contained in:
parent
3eed388e33
commit
f3efc35e83
|
@ -616,6 +616,7 @@
|
||||||
argName: to
|
argName: to
|
||||||
focus: true
|
focus: true
|
||||||
text: @sysStat:sysop_username
|
text: @sysStat:sysop_username
|
||||||
|
maxLength: 36
|
||||||
// :TODO: readOnly: true
|
// :TODO: readOnly: true
|
||||||
}
|
}
|
||||||
ET3: {
|
ET3: {
|
||||||
|
@ -1532,6 +1533,7 @@
|
||||||
argName: to
|
argName: to
|
||||||
focus: true
|
focus: true
|
||||||
text: @sysStat:sysop_username
|
text: @sysStat:sysop_username
|
||||||
|
maxLength: 36
|
||||||
// :TODO: readOnly: true
|
// :TODO: readOnly: true
|
||||||
}
|
}
|
||||||
ET3: {
|
ET3: {
|
||||||
|
@ -2534,6 +2536,7 @@
|
||||||
argName: to
|
argName: to
|
||||||
focus: true
|
focus: true
|
||||||
validate: @systemMethod:validateNonEmpty
|
validate: @systemMethod:validateNonEmpty
|
||||||
|
maxLength: 36
|
||||||
}
|
}
|
||||||
ET3: {
|
ET3: {
|
||||||
argName: subject
|
argName: subject
|
||||||
|
@ -2692,6 +2695,7 @@
|
||||||
focus: true
|
focus: true
|
||||||
text: All
|
text: All
|
||||||
validate: @systemMethod:validateNonEmpty
|
validate: @systemMethod:validateNonEmpty
|
||||||
|
maxLength: 36
|
||||||
}
|
}
|
||||||
ET3: {
|
ET3: {
|
||||||
argName: subject
|
argName: subject
|
||||||
|
@ -2851,6 +2855,7 @@
|
||||||
argName: to
|
argName: to
|
||||||
focus: true
|
focus: true
|
||||||
validate: @systemMethod:validateGeneralMailAddressedTo
|
validate: @systemMethod:validateGeneralMailAddressedTo
|
||||||
|
maxLength: 36
|
||||||
}
|
}
|
||||||
ET3: {
|
ET3: {
|
||||||
argName: subject
|
argName: subject
|
||||||
|
|
Loading…
Reference in New Issue