HOR-2039
[Zendesk 3207] Dynamic Case title on case initiating stage is not working
This commit is contained in:
@@ -290,7 +290,7 @@ try {
|
|||||||
$array['APP_TITLE'] = $sTitleCase;
|
$array['APP_TITLE'] = $sTitleCase;
|
||||||
$array['CASE'] = G::LoadTranslation( 'ID_CASE' );
|
$array['CASE'] = G::LoadTranslation( 'ID_CASE' );
|
||||||
$array['TITLE'] = G::LoadTranslation( 'ID_TITLE' );
|
$array['TITLE'] = G::LoadTranslation( 'ID_TITLE' );
|
||||||
|
$Fields['TITLE'] = $sTitleCase;
|
||||||
$noShowTitle = 0;
|
$noShowTitle = 0;
|
||||||
if (isset( $oProcessFieds['PRO_SHOW_MESSAGE'] )) {
|
if (isset( $oProcessFieds['PRO_SHOW_MESSAGE'] )) {
|
||||||
$noShowTitle = $oProcessFieds['PRO_SHOW_MESSAGE'];
|
$noShowTitle = $oProcessFieds['PRO_SHOW_MESSAGE'];
|
||||||
|
|||||||
Reference in New Issue
Block a user