-
Notifications
You must be signed in to change notification settings - Fork 25
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
circulation: update ILL request JSON schema #1441
Conversation
e4221bb
to
89b8de2
Compare
b88e710
to
3f3562e
Compare
3f3562e
to
ce5a47d
Compare
Cannot see the "add" button in the ILL requests result if I"m logged in as a librarian. (ok for the system librarian) |
When I add a ILL request for a patron, if I don"t fill the patron field, it spins forever. |
|
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.
Commit message proposition:
circulation: update ILL request JSON schema
* Allows to manage manually the loan status.
* Adds notes (public/staff) to an ILL request.
* Configures request resource to allow faceting.
* Fixes search serializer configuration to include created and updated
date into search results.
* Fixes object serializer with `resolve` argument. "created" and
"updated" keys were null, date are now correct.
Is there actually a link between an ILL request and a loan? Or just a way to update the loan_status
field manually (as I expected)?
rero_ils/modules/ill_requests/jsonschemas/ill_requests/ill_request-v0.0.1.json
Show resolved
Hide resolved
rero_ils/modules/ill_requests/jsonschemas/ill_requests/ill_request-v0.0.1.json
Show resolved
Hide resolved
014d384
to
6a6d4ce
Compare
I do not think |
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.
Test is failing
4e7694a
to
0dbc8c9
Compare
53de044
to
58bc719
Compare
* Allows to manage manually the loan status. * Adds notes (public/staff) to an ILL request. * Configures request resource to allow faceting. * Fixes search serializer configuration to include created and updated date into search results. * Fixes object serializer with `resolve` argument. "created" and "updated" keys were null, date are now correct. * Fixes translation problems on the user ILL request form. Closes rero#1320 Co-Authored-by: Renaud Michotte <[email protected]>
58bc719
to
b7f1558
Compare
date into search results.
resolve
argument. "created" and"updated" keys were null, date are now correct.
Closes #1320
Co-Authored-by: Renaud Michotte [email protected]
Code review check list