BUG 7505 Dynaform-(undefined)
This problem was fixed, when you clear your cache and cookies into your web browser the session is lost this is the problem. then we added an alert about it.
This commit is contained in:
@@ -50,7 +50,10 @@ var dynaformEditor={
|
||||
}
|
||||
else
|
||||
{
|
||||
G.alert(res["*message"]);
|
||||
if(typeof(res.innerHTML) == 'undefined')
|
||||
G.alert(res["*message"]);
|
||||
else
|
||||
alert(G_STRINGS.ID_LOST_SESSION_XMLFORM);
|
||||
}
|
||||
},
|
||||
save_as:function(){
|
||||
|
||||
Reference in New Issue
Block a user