You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the patron profile page, in the list of current ongoing loans, the button "Request extension" is enabled/disabled depending on some conditions. The idea is to move all conditions, if possible, to backend. The results should return for example:
{
... is_too_early: true/false
}
This can be achieved via REST serializers.
The text was updated successfully, but these errors were encountered:
kpsherva
changed the title
IMO this should come from the backend, but maybe good enough for now
This line should come from the backend, but maybe good enough for now
Jun 22, 2020
ntarocco
changed the title
This line should come from the backend, but maybe good enough for now
Change logic to enable/disable loan extend button
Jun 22, 2020
Originally posted by @kprzerwa in #65
In the patron profile page, in the list of current ongoing loans, the button "Request extension" is enabled/disabled depending on some conditions. The idea is to move all conditions, if possible, to backend. The results should return for example:
This can be achieved via REST serializers.
The text was updated successfully, but these errors were encountered: