There's a bug in inner-type 'viewlevel'
worm
New Member
Posts: 1
10 年 2 个月 前 - 10 年 2 个月 前 #315
由 worm
There's a bug in inner-type 'viewlevel' was created by worm
I created a com called com_classes with cc, and find a funny problem.
I use it at the admin-view,but unexpectedly the field 'viewlevel' displayed a 'usergroup' infact.
After checking the code, I find this row in the main model file of the component,which is obviously wrong
$query->join('LEFT', '#__usergroups AS access ON access.id = a.access'); (row 120)
So I changed it into #__viewlevels and solved the problem.
I think you should know this and change it.
BTW,I'm using v2.5.
I use it at the admin-view,but unexpectedly the field 'viewlevel' displayed a 'usergroup' infact.
After checking the code, I find this row in the main model file of the component,which is obviously wrong
$query->join('LEFT', '#__usergroups AS access ON access.id = a.access'); (row 120)
So I changed it into #__viewlevels and solved the problem.
I think you should know this and change it.
BTW,I'm using v2.5.
Last edit: 10 年 2 个月 前 by worm.
Please 登录 或 注册一个帐号 to join the conversation.
创建页面时间:0.046秒