[Vtigercrm-commits] [vtiger development] #7517: Quick Create for Custom Modules
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Oct 16 01:28:05 PDT 2012
#7517: Quick Create for Custom Modules
------------------------+---------------------------------------------------
Reporter: joebordes | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 5.4.0
Severity: Medium | Keywords:
------------------------+---------------------------------------------------
Create a custom module and do not define any quick create fields
(quickcreate=1).
When the admin user tries to add any field to the quick create option in
layout editor the selected fields get set to value 2, which is correct as
per the SQL used to obtain the fields, but the SQL that obtains the list
of modules with QC feature does not look for this value, it looks only for
0 so the module does not appear in the QC dropdown menu.
The attached patch adds the value 2 to the SQL like the SQL for the
fields.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7517>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list