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

fix: arrange unschedule session based on their event-time #3791

Merged
merged 2 commits into from
Jan 17, 2020
Merged

fix: arrange unschedule session based on their event-time #3791

merged 2 commits into from
Jan 17, 2020

Conversation

maze-runnar
Copy link
Contributor

Fixes #3702

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@auto-label auto-label bot added the fix label Jan 11, 2020
@@ -15,7 +15,7 @@ export default Route.extend(AuthenticatedRouteMixin, {
this.set('params', params);
let filterOptions = [];
if (params.session_status === 'upcoming') {
filterOptions = [
filterOptions.push(
Copy link
Member

Choose a reason for hiding this comment

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

Dont refactor them. Just add the filter parameters

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this wrong?

@kushthedude
Copy link
Member

kushthedude commented Jan 11, 2020 via email

@kushthedude
Copy link
Member

An after/before gif ?

@maze-runnar
Copy link
Contributor Author

An after/before gif ?

https://www.youtube.com/watch?v=E0R4FfHvIjs

@kushthedude
Copy link
Member

Looks good to me, squash the commits.

arrange unschedule session based on their corresponding event
@maze-runnar
Copy link
Contributor Author

Looks good to me, squash the commits.

Done! please merge .

@kushthedude kushthedude changed the title fix: arrange unschedule seesion based on their event-time fix: arrange unschedule session based on their event-time Jan 12, 2020
@abhinavk96 abhinavk96 merged commit 4f99c25 into fossasia:development Jan 17, 2020
@maze-runnar maze-runnar deleted the patch-22 branch January 17, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

My Sessions: Shows past sessions in unscheduled session of past event in tab "Upcoming"
4 participants