[Vtigercrm-commits] [Vtiger development] #8466: Number of columns - a way to skip the limitation of 12 columns
Vtiger development
vtiger-tickets at trac.vtiger.com
Thu Feb 12 11:19:55 GMT 2015
#8466: Number of columns - a way to skip the limitation of 12 columns
-----------------------------+------------------------------
Reporter: site.pour.tests | Owner: developer
Type: enhancement | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.2.0
Severity: Low | Keywords: Number of column
-----------------------------+------------------------------
When we create a custom view we are limited at 12 columns.
The number 12 is written at the line 201, in the file CustomView.js,
located in vlayout/modules/CustomView/resources.
On this line it's written : app.changeSelecteElementView(selectElement,
'select2',{maximumSelectionSize: 12, dropdownCss :{'z-index' : 0}});
We only need to change 12 by the number of columns we need. I've replaced
12 by 20, but could it be possible to have this number as a variable that
we could change in the settings of the CRM, where we already can change
the number of lines per page ?
Please note that I don't know if this modification has undesirable effects
even if till now, I do not notice any problem.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8466>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list