Fix to the selfservice open case ajax action
This commit is contained in:
@@ -12,7 +12,7 @@ Ext.onReady(function(){
|
||||
Ext.QuickTips.init();
|
||||
showCaseNavigatorPanel = function(steps, information, action) {
|
||||
|
||||
if(steps==false&&action==false){
|
||||
if(steps==false&&action==false&&typeof(treeToReviseTitle)!='undefined'){
|
||||
var treeToRevise = new Ext.tree.TreePanel({
|
||||
title: treeToReviseTitle,
|
||||
width: 250,
|
||||
|
||||
Reference in New Issue
Block a user