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

Issue fix for story - 1292 #652

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sumanvpacewisdom
Copy link
Collaborator

Mentor not able to start session after updating the session.

Mentor not able to start session after updating the session.
@@ -524,6 +524,11 @@ module.exports = class SessionsHelper {
await this.removeMentees(sessionId, menteesToRemove, bodyData.time_zone)
}
}

if (bodyData.start_date !== Number(sessionDetail.start_date)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sumanvpacewisdom you should update the status only when, start_date > sessionDetail.start_date
no need of updating the status every time

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

Successfully merging this pull request may close these issues.

2 participants