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

replaces ember render modifiers in curr inv new report component. #8260

Conversation

stopfstedt
Copy link
Member

streamlines the initialization and tracking of report year selections.

refs ilios/ilios#5374

streamlines the initialization and tracking of report year selections.
@stopfstedt stopfstedt marked this pull request as ready for review December 7, 2024 00:43
Copy link
Contributor

@michaelchadwick michaelchadwick left a comment

Choose a reason for hiding this comment

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

LGTM, although it would be nice to better understand why we were using a findById method before, but now do not @stopfstedt

@stopfstedt
Copy link
Member Author

stopfstedt commented Dec 10, 2024

LGTM, although it would be nice to better understand why we were using a findById method before, but now do not @stopfstedt

i simplified the way how the (pre-)selected year is determined - previously, we'd "find" the current year (and then track it) as an object from an array of objects. now, we're tracking the year as an integer, which makes findById obsolete in this component.

@dartajax dartajax added the run ui tests Run the expensive UI tests label Dec 10, 2024
@dartajax dartajax merged commit 856b674 into ilios:master Dec 11, 2024
43 checks passed
@stopfstedt stopfstedt deleted the replace_render_modifiers_in_curr_inv_new_report_component branch December 11, 2024 16:51
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.

3 participants