Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
And editing the Profile, checking the create tick boxes and saving it again makes no difference. Once the page reloads they are still unchecked.
@lord_alan don´t know how vt team will handle the issues, even me almost losing controll about the issues submited.
Anyway, this is duplicated #314 (closed)
http://code.vtiger.com/vtiger/vtigercrm/issues/314
Despite me modifying vtlib/Vtiger/Profile.php to add "CreateView" in the two queries, the entries in vtiger_profile2standardpermissions are missing the relevant operation number (7 in this case).
@manuelgit Thanks. Didn't see that.
Sorry, my bad it does work - I missed out the extra "?" in the parameters for the 2nd query.
$result = $adb->pquery("SELECT actionid from vtiger_actionmapping WHERE actionname IN (?,?,?,?,?,?)", array('Save','EditView','Delete','index','DetailView', 'CreateView'));
mentioned in merge request !140 (closed)
@lord_alan that merge request only works if added after installation. Need more inspect to know why. Have to look inside migration files that now may be outdated.
@lord_alan just to update my last comment. It works as expected your change.
mentioned in merge request !159 (merged)
mentioned in merge request !163 (merged)
Status changed to closed
mentioned in merge request !140 (closed)
mentioned in merge request !140 (closed)
Copyright 2023 Vtiger. All rights reserved.