From f840d9f7ffb4c4ff77b99d6ed4757cc1a5260690 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 16:21:01 +0800 Subject: [PATCH] Pman.js --- Pman.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.js b/Pman.js index 32cfe3a7..0a98ea71 100644 --- a/Pman.js +++ b/Pman.js @@ -933,6 +933,7 @@ 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.permname); if (!Pman.hasPerm(this.permname, 'S')) { return; } -- 2.39.2