Pman.js
authoredward <edward@roojs.com>
Fri, 19 Aug 2016 08:21:01 +0000 (16:21 +0800)
committeredward <edward@roojs.com>
Fri, 19 Aug 2016 08:21:01 +0000 (16:21 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 32cfe3a..0a98ea7 100644 (file)
--- 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;
                 }