[Vtigercrm-commits] [vtiger development] #4104: check boxes in filter
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Aug 2 10:23:50 EDT 2007
#4104: check boxes in filter
-----------------------+----------------------------------------------------
Reporter: frankpie | Owner: developer
Type: defect | Status: new
Priority: minor | Milestone: 5.0.4
Component: vtigercrm | Version: 5.0.3
Keywords: |
-----------------------+----------------------------------------------------
There are a couple of problems when you want to use the content of check
boxes in filter funtions.
1. If you use the filter for custom lists, you have to compare the check
box against "Yes" for set and "No" for not set. This is a i18n issue since
you can not use translated values.
2. If you use the filter function for reports, you have to compare the
check box against "1" for set and "0" for not set.
I think it would be better to have this comparison function equal in each
modul. To avoid the i18n issue "0" and "1" would be probably the best
choice.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4104>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list