Skip to content
Snippets Groups Projects
Commit d5569dcd authored by Prasad's avatar Prasad
Browse files

Merge branch 'massDelete' into 'master'

#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
parents 28e2c072 d5db604e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment