Closed (fixed)
Project:
Permission Select
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 May 2009 at 08:38 UTC
Updated:
28 May 2009 at 09:53 UTC
Master Permission Select checkbox are working. However, the checkboxes on specific module "title" rows are not working. Nothing happens. Both IE 8 and Firefox 3.0.10 error console give "console is not defined" error.
Comments
Comment #1
himerus commentedHave you checked you are using the latest version? the console.log() function was left in an older version I think even though I use a function to determine if the console (firebug) is available for feedback.
I just installed a new copy from the 6x-1.7 download, and can't find any mention of the console in it. It "should" be working properly.
Comment #2
mcload commentedYes, I have version 1.7. I checked the source files. permission_select.js has a function about "console". It is
function safelog(data) {if(console){console.log(data)}}
Comment #3
himerus commentedI see it now... sometimes I hate CVS. it appears that was an old revision of the file, not my latest "final" jQuery file.
I'll update the files again this evening (couple other minor things) and release an update tonight.
Comment #4
himerus commentedOkay, I've committed a new official release, and it should solve the problem. Please update to 6.x-1.8 and let me know if that fixes the issue.
Comment #5
mcload commentedYes, it is working.