From: edward Date: Fri, 8 Jul 2016 05:50:49 +0000 (+0800) Subject: Pman.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4e5907ea36723caab791773e9fb9d4410e86643f Pman.js --- diff --git a/Pman.js b/Pman.js index a86adcad..35c17bec 100644 --- a/Pman.js +++ b/Pman.js @@ -924,13 +924,10 @@ Pman = new Roo.Document( Roo.log(this); return; } - Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); - Roo.log(this); - Roo.log(this.permname); + // honour DEPRICATED permname setings.. // new code should use PART name, and matching permissions. if (this.permname && this.permname.length) { - if (!Pman.hasPerm(this.permname, 'S')) { return; }