Fix for webform URLs updates with correct recording variables in vicidial.php

git-svn-id: svn://192.168.202.10@3647 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2022-10-12 21:26:15 +00:00
parent 8426e4e459
commit 5a5b293bb0
+6 -2
View File
@@ -701,10 +701,11 @@
# 220908-0819 - Small change for user_group_script override # 220908-0819 - Small change for user_group_script override
# 220916-0906 - Added INSERT_before_body_close options.php setting, Issue #1375 # 220916-0906 - Added INSERT_before_body_close options.php setting, Issue #1375
# 220922-1032 - Fix for loading internal chat while agent screen is still loading # 220922-1032 - Fix for loading internal chat while agent screen is still loading
# 221012-1723 - Fix for webform URLs updates with correct recording variables
# #
$version = '2.14-669c'; $version = '2.14-670c';
$build = '220922-1032'; $build = '221012-1723';
$php_script = 'vicidial.php'; $php_script = 'vicidial.php';
$mel=1; # Mysql Error Log enabled = 1 $mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=98; $mysql_log_count=98;
@@ -7862,6 +7863,9 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
RefresHScript(); RefresHScript();
delayed_script_load='NO'; delayed_script_load='NO';
} }
WebFormRefresH('','','1');
WebFormTwoRefresH('','','1');
WebFormThreeRefresH('','','1');
var RecDispNamE = RClookFILE_array[1]; var RecDispNamE = RClookFILE_array[1];
last_recording_filename = RClookFILE_array[1]; last_recording_filename = RClookFILE_array[1];