inveniosoftware-attic / invenio-circulation-legacy

https://invenio-circulation.readthedocs.io
GNU General Public License v2.0
4 stars 8 forks source link

BibCirculation: prefill ILL forms when recid provided #17

Open jirikuncar opened 8 years ago

jirikuncar commented 8 years ago

@jeromecaffaro commented on Wed Apr 30 2014

Originally on 2010-08-25

When going to http://localhost/ill/article_request_step1?recid=XXX or http://localhost/ill/book_request_step1?recid=XXX, pre-fill some fields with the metadata of given recid.

Leave form empty when no recid is provided

tiborsimko commented 8 years ago

Note: this issue concerned the old Invenio 1 Circulation module. Here, in the Invenio 3 Circulation package, we can simply retain the basic principle that all the form fields should be pre-filled with corresponding information whenever possible.