This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Renewals?? #674
Closed
Description
Currently, patrons can make renewals that could subtly break some of the other validations
- no check is made for the new due date on a blackout date
- no check is made for max models/categories
- etc.
After Fundamental Rewrite of Validation System #644 is merged I think the easiest thing to do would be to rewritemax_renewal_length
to take all of these things into account. It can simply spit out a modified date such that the extension wouldn't break any 'soft' validations, instead of only checking available like it does now.
Activity