From 9262fd5df2ffae92b2899cd3b5e9993d25a5e3c0 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 8 Jul 2016 13:49:14 +0800 Subject: [PATCH] Pman.js --- Pman.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.js b/Pman.js index 35c17bec..05b547ae 100644 --- a/Pman.js +++ b/Pman.js @@ -928,6 +928,8 @@ Pman = new Roo.Document( // honour DEPRICATED permname setings.. // new code should use PART name, and matching permissions. if (this.permname && this.permname.length) { + Roo.log(this); + Roo.log(this.permname); if (!Pman.hasPerm(this.permname, 'S')) { return; } -- 2.39.2