From 06b86a58435de5fe6e771c8773b293bafb16175a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 23 Nov 2010 13:27:37 +0800 Subject: [PATCH] Pman.Dialog.Image.js --- Pman.Dialog.Image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Dialog.Image.js b/Pman.Dialog.Image.js index 506d11ef..0beb6a1e 100644 --- a/Pman.Dialog.Image.js +++ b/Pman.Dialog.Image.js @@ -148,7 +148,7 @@ Pman.Dialog.Image = { if (act.type == 'submit') { Roo.log(act); try { - Ext.MessageBox.alert("Error", act.errMessage); + Ext.MessageBox.alert("Error", act.result.errorMsg); } catch(e) { Ext.MessageBox.alert("Error", "Saving failed = fix errors and try again"); } -- 2.39.2