-
Notifications
You must be signed in to change notification settings - Fork 57
Conversation
Can we add the late fee somewhere? Maybe on the reservation page so we don't have to complicate the index, or alternatively add an optional column to the table that is only shown with that filter. |
This looks good; one thing that strikes me is that the query on the reservation index page is based on the |
I think that's a valid concern but out of scope for this issue |
391d172
to
55b2931
Compare
Sounds good. Mind updating the commit message to match the CONTRIBUTING guidelines and update the CHANGELOG? Thanks! |
:requested, :approved_requests, :denied] | ||
@filters << :missed unless AppConfig.check(:res_exp_time) | ||
@filters = [:reserved, :checked_out, :overdue, :returned, :returned_overdue, | ||
:upcoming, :requested, :approved_requests, :denied] |
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.
🔥 Extra space
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.
Good catch!
55b2931
to
1fe78a3
Compare
…ndex page. Closes #1121 * Overdue table also shows late fee
1fe78a3
to
f013b36
Compare
Resolves #1121. Allows viewing of returned overdue reservations in the reservations index tabs.