You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**1.**Log in as Admin/User. 2. CLick on the leads tab 3. Click on the eye icon to view any lead 4. Click on the Activity section. 5. Mark any activity as done.
Actual result: The success message is showing very late after marking any activity as done. Please find the below screenshot.
Expected result: There should be a loader before the success message When the user trying to mark as done any activity.
The text was updated successfully, but these errors were encountered:
There is a workflow that is executed after the activity update and it sends emails to all participants that why it is taking too much time. Laravel provides a way of queuing the emails and processing them in the background so that the request can be faster.
CRM Version: V1.1.3
Steps To reproduce--
**1.**Log in as Admin/User.
2. CLick on the leads tab
3. Click on the eye icon to view any lead
4. Click on the Activity section.
5. Mark any activity as done.
Actual result: The success message is showing very late after marking any activity as done. Please find the below screenshot.
Expected result: There should be a loader before the success message When the user trying to mark as done any activity.
The text was updated successfully, but these errors were encountered: