Skip to content
Snippets Groups Projects
Commit 97e8f6bd authored by Satish's avatar Satish
Browse files

Fixes #410 - Create module using vtlib in all Profiles the "Create" option is disabled by default.

parent c2e711a3
No related branches found
No related tags found
2 merge requests!173Pushed v7 layout for new release 7.0.0,!159Show picklist color as background color for picklist value in Edit / Create view
......@@ -128,7 +128,7 @@ class Vtiger_Profile {
$actionids = Array();
$result = $adb->pquery("SELECT actionid from vtiger_actionmapping WHERE actionname IN
(?,?,?,?,?)", array('Save','EditView','Delete','index','DetailView'));
(?,?,?,?,?)", array('Save','EditView','CreateView','Delete','index','DetailView'));
/*
* NOTE: Other actionname (actionid >= 5) is considered as utility (tools) for a profile.
* Gather all the actionid for associating to profile.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment