Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There should be a loader before the success message When the user trying to mark as done any activity. #582

Closed
Sanjaybhattwebkul opened this issue Oct 22, 2021 · 3 comments
Assignees

Comments

@Sanjaybhattwebkul
Copy link
Contributor

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.

act-enh

@Sanjaybhattwebkul
Copy link
Contributor Author

@jitendra-webkul
Now, this enhancement is implemented. but the Loader is taking 10 to 12 seconds can we reduce the loader's time?

@jitendra-webkul
Copy link
Member

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.

@Sanjaybhattwebkul
Copy link
Contributor Author

@jitendra-webkul
Ok, got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants