Skip to content
Snippets Groups Projects
Forked from vtiger / vtigercrm
3375 commits behind the upstream repository.
Prasad's avatar
Prasad authored
#315 - Mass delete of Orgnization with (????) is deleting all records in Orgnizations

<b>Issue:</b>
1. Lets have 1000 Org records in CRM, in that 50 records are with '????'.
2. Now perform inline search in list view with the condition "Org name with '???'".
3. Select the all records and perform mass delete.

<b>Expected output:</b> remaining records count 950

<b>Original result:</b> remaining records count 0.

<b>Analysis:</b>
mass delete api is not sending searched data ("Org name like '????'").

See merge request !116
d5569dcd
Name Last commit Last update