Closed (fixed)
Project:
Table Export
Version:
5.x-1.0-3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2007 at 17:01 UTC
Updated:
2 Oct 2007 at 23:22 UTC
Installed Table Export module along with the Visibility API Module. Not matter how I configured the Role Specific Visibility Settings only the Administrator could see the Export icon. The only way I could get other users (anon., authenticated, etc.) to see the Export icon was to comment out lines 201 and 205 from the table_export.module. The lines I commented out are:
Line 201 if (user_access($module['module'])){
Line 205 }
Not sure if this is the appropriate fix, but it does allow my authenticated users to see the Export Icon.
mlcc2000
Comments
Comment #1
tjholowaychuk commentedhmm its possible that the table was not shown using theme('table') which will mess with that, I will look into it, some of the permissions are a bit missleading i may just get rid of some things. Thanks! I will post a new release asap.
Comment #2
tjholowaychuk commentedI have tested this on multiple computers / browsers and everything appears to be fine it may be a conflict with other system settings or other modules. I added a new release, if you still have problems after please submit another bug. Thanks!
Comment #3
mlcc2000 commentedWill load up the new version and test it out. Thank you.