All the list views do not load for non-admin users.
In layouts/v7/modules/Vtiger/ListViewContents.tpl$CURRENT_CV_MODEL is not set at line 68 and this causes the page to stop loading. I have not yet found out why that is not set.
Designs
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Yes, this was an install of vTiger on Ubuntu 14.04, first installed as vTiger 6.5 and just upgraded to v7.0.1. Existing users with the same role and the same permissions (view/edit all) but with the Admin box ticked and unticked have different behaviour. I created a new user and a new role, with the view/edit all permissions and this user exhibited the same behaviour. The user works perfectly if the admin tickbox is enabled, otherwise when you go to any of the list views only the top part of the page loads (see image below). It looks like the problem is related to the filters (or lists as they are now called).
With admin privileges disabled:
With them enabled:
User settings screen (with an arrow pointing to the admin setting that is being enabled/disabled):
Role permissions (these remain unchanged between working and not working):
If you need any more information - I'm happy to help.
@liam
Hi,
Please check if the tables "vtiger_cv2rs" and "vtiger_cv2role" exist. It could happen that during the migration from vt6 to vt7 these tables are not created causing your issue. If that's the case then we should submit a bug report about that.
@liam Is there a particular reason why you used MyISAM as engine and latin1 as charset in the table creation queries? I ask this because most tables in vtiger are defined as InnoDB and use utf8 as charset.
I've just had a look at this - and we do use InnoDB and utf8 - those queries were copied from someone else's support ticket. The ones that I actually used are:
@liam Thank you very much for your replay. Yes, I saw those same table definitions in the Vtiger forum but then started to wonder why those particular settings were used.
Now I also wonder why this issue has been closed if this is still an ongoing issue with fresh Vtiger 7.0.1 installs. I'm not sure that bug has been fixed.