-
Notifications
You must be signed in to change notification settings - Fork 4
Fix "Huidige groepen" button #1068
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
base: staging
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughReplaced Ember template event bindings in two templates: switched anchor click handlers from the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes the "Huidige groepen" (Current groups) and "Voorheen" (Previously) navigation buttons by adding the required this. prefix to action handler references in the Ember.js template. Without the this. prefix, these action handlers were not properly bound to the controller methods, causing the buttons to be non-functional.
Changes:
- Added
this.prefix toselectCurrentMembershipsaction handler - Added
this.prefix toselectOldMembershipsaction handler
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #1068 +/- ##
========================================
Coverage 13.02% 13.02%
========================================
Files 450 450
Lines 3124 3124
========================================
Hits 407 407
Misses 2717 2717 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Shortly summarize the changes in this pull request. Does it concern changes in the UI, add some screenshots. Are there related issues solved? Please, mention them (with 'fixes #xyz', see https://github.com/blog/1506-closing-issues-via-pull-requests), so they can be resolved automatically when merging this pull request.
Other information
If there is some other relavent and imporant information for this pull request, mention it here. For example, related pull requests (also in
amber-api) or newly introduced conventions, packages or other dependencies.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.