BUG 8673 Do not let enter case number, which is only valid alphanumeric SOLVED
- The case validated code with a text log format then number - The form validation is of real type, only passes numbers and not letters
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<en>CASE TRACKER</en>
|
<en>CASE TRACKER</en>
|
||||||
</TITLE>
|
</TITLE>
|
||||||
|
|
||||||
<CASE type="text" size="30" maxlength="50" validate="Login">
|
<CASE type="Text" size="30" maxlength="50" validate="Any">
|
||||||
<en>Case Code</en>
|
<en>Case Code</en>
|
||||||
</CASE>
|
</CASE>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user