[Vtigercrm-developers] Find Duplicate and record delete error

lajeesh k lajeeshk at gmail.com
Mon Aug 4 17:18:12 GMT 2014


Hi
I have found the solution. Just delete this file
module/vtiger/resources/FindDuplicate.js

Reason for this bug

there are two FindDuplicate.js files one is in
vlayout/layout/modules/vtiger folder
and one is in module/vtiger/resources/FindDuplicate.js

if we delete the js file in module folder , it will include the js in
layout folder which is the updated js

this is the function including js files

function getHeaderScripts(Vtiger_Request $request) {
$headerScriptInstances = parent::getHeaderScripts($request);
$moduleName = $request->getModule();

$jsFileNames = array(
'modules.Vtiger.resources.List',
'modules.Vtiger.resources.FindDuplicates',
);

}


Regards,
Lajeesh


On Mon, Aug 4, 2014 at 9:10 PM, lajeesh k <lajeeshk at gmail.com> wrote:

> Then I will find out the solution and update here
>
>
> Regards,
> Lajeesh
>
>
> On Mon, Aug 4, 2014 at 8:31 PM, Simone Travaglini <
> simonetravaglini at gmail.com> wrote:
>
>> I ask for the same some week ago, but no clue!
>>
>>
>>
>> 2014-08-04 16:55 GMT+02:00 lajeesh k <lajeeshk at gmail.com>:
>>
>>> I am sure someone from vtiger team can help me in this. Because this bug
>>> is fixed in vtiger 6.1. Please give me a clue
>>>
>>>
>>> Regards,
>>> Lajeesh
>>>
>>>
>>> On Mon, Aug 4, 2014 at 4:37 PM, lajeesh k <lajeeshk at gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> I have used the find duplicate action, then select record and click
>>>> delete. I gets a js warning "please select atleast one record" eventhough I
>>>> have selected record. This issue is seems fixed in vtiger 6.1 . Can I know
>>>> whats the fix for vtiger 6 or where is the error
>>>>
>>>> Regards,
>>>> Lajeesh
>>>>
>>>
>>>
>>> _______________________________________________
>>> http://www.vtiger.com/
>>>
>>
>>
>>
>> --
>> Simone Travaglini
>> 328 5499846
>> Linkedin: Simone Travaglini
>>
>>
>> Rispetta l'ambiente: non stampare questa mail se non ti è veramente
>> necessario!
>>
>> _______________________________________________
>> http://www.vtiger.com/
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140804/4649cfd1/attachment.html>


More information about the vtigercrm-developers mailing list