-
Notifications
You must be signed in to change notification settings - Fork 27
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
Remove common Course render modifiers #8274
Remove common Course render modifiers #8274
Conversation
value={{this.courseTitle}} | ||
{{on "input" (pick "target.value" (set this "courseTitle"))}} | ||
{{on "keypress" (fn this.addErrorDisplayFor "courseTitle")}} | ||
/> |
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.
🔥🔥 🔥 XHTML 🔥🔥 🔥
async getCourseSessions(course) { | ||
await this.dataLoader.loadCourseSessions(course.id); | ||
} |
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.
i think all of this can be scrapped without replacement. will send a follow-up PR for this.
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.
I ventured a guess that this could be done further upstream somehow (in the course route?), but wasn't sure how.
Refs ilios/ilios#5374
Removed from course header and objective list.