From d72b253161d16082ad8b44d9fa4ba8705712a67a Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Jan 2015 12:38:49 +0800 Subject: [PATCH] Pman.js --- Pman.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pman.js b/Pman.js index 5a7c6bb3..bb83b6fc 100644 --- a/Pman.js +++ b/Pman.js @@ -785,6 +785,8 @@ Pman = new Roo.Document( Roo.log(obj); } + + /// design flaw // previously we did not a good naming policy for module and parts // most things that are called module here, really are 'parts' @@ -795,7 +797,7 @@ Pman = new Roo.Document( // we now have permission... // obj.moduleOwner '.' lname - + Roo.log(obj); if (appDisabled.indexOf(permname) > -1) { Roo.log(permname + " is Disabled for this site"); obj.disabled = true; -- 2.39.2