From dac9051f94d03903c00a46117f6edf8315ec57dc Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 16 May 2019 09:16:09 -0400 Subject: RT# 83179 - set agent num to use default agentnum if configured, and fixed adding contact rows --- httemplate/edit/elements/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/elements/edit.html') diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 0f5f7bdb7..a32e99c0c 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -640,7 +640,7 @@ Example: // only spawn if we're the last element... return if not - var field_regex = /(\d+)(_[a-z_]+)?$/; + var field_regex = /(\d+)(_[a-z_0-9]+)?$/; var match = field_regex.exec(what.name); if ( !match ) { alert(what.name + " didn't match for " + what); -- cgit v1.2.1