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

Remove common Course render modifiers #8274

Merged

Conversation

michaelchadwick
Copy link
Contributor

@michaelchadwick michaelchadwick commented Dec 18, 2024

Refs ilios/ilios#5374

Removed from course header and objective list.

value={{this.courseTitle}}
{{on "input" (pick "target.value" (set this "courseTitle"))}}
{{on "keypress" (fn this.addErrorDisplayFor "courseTitle")}}
/>
Copy link
Member

Choose a reason for hiding this comment

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

🔥🔥 🔥 XHTML 🔥🔥 🔥

@michaelchadwick michaelchadwick marked this pull request as ready for review December 18, 2024 23:01
Comment on lines +82 to +84
async getCourseSessions(course) {
await this.dataLoader.loadCourseSessions(course.id);
}
Copy link
Member

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.

Copy link
Contributor Author

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.

@stopfstedt stopfstedt self-assigned this Dec 18, 2024
@stopfstedt stopfstedt added the run ui tests Run the expensive UI tests label Dec 18, 2024
@stopfstedt stopfstedt enabled auto-merge December 18, 2024 23:25
@stopfstedt stopfstedt merged commit bf55f08 into ilios:master Dec 19, 2024
42 checks passed
@michaelchadwick michaelchadwick deleted the remove-common-course-render-modifiers branch December 19, 2024 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run ui tests Run the expensive UI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants