-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Added date range for EOL in custom reports #13291
Conversation
…g. otherwise the columns are either blank or another value like expected checkin i was using to test a bit
PR Summary
Through these changes, we aim to provide a more user-friendly interface, with improved and enhanced search and reporting functionalities. |
no longer breaks, but just need to get the date picker working correctly, and should be good to go. |
This is good to go. EoL Date is now a selectable column, AND you can choose the range of dates with a date picker on the right. |
Check slack thread for more discussion. This shouldn't affect how EoL is stored/calculated/etc, or the work done by others. It only reads whatever is in that column for each asset when running a custom report. |
pinging this for an updated review |
Description
This PR adds the
End of Life
column andEnd of Life Date
filter to the Custom Asset Report:The column displays the end of life date for an asset. The filter allows a user to select the date range of end of life assets they wish to see.
Type of change
This addresses feature request #6915