Hi Kabir,
to me get_marked should return all entries which are marked.
it may check if the all the selected entries are marked in the collection.
The query asked by you requires to log in to system and answer can not be provided without that.
Best Regards,
Varun Agarwal
Hi Varun,
Thanks for the response. I was able to resolve this issue by calling search method of the super class.
Regards,
Kabir
I deleted the super call in EH_ONSEARCH and did not realize it. It's good to call the super class methods before you write your code for enhancements :-)
Add comment