Skip to content
Snippets Groups Projects

Show picklist color as background color for picklist value in Edit / Create view

Merged Satish requested to merge satish.dvnk/vtigercrm:v7 into 7.0.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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.
Loading