Skip to content

#315 - Mass delete of Orgnization with (????) is deleting all records in Orgnizations

Satish requested to merge satish.dvnk/vtigercrm:massDelete into master

Issue:

  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.

Expected output: remaining records count 950

Original result: remaining records count 0.

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

Merge request reports