DS-1945 Add request_message to requestitem DB table

Also, refactored requestitem to be a dspace-api "model", moved all DB logic
from XMLUI regarding this module to the dspace-api model.

Add the requestitem.request_message to display in the contact-author form,
so they can see what the original request message was.
This commit is contained in:
Peter Dietz
2014-05-10 08:20:11 -04:00
parent ce4dea172d
commit 21cb0e0520
11 changed files with 241 additions and 103 deletions

View File

@@ -836,6 +836,7 @@ CREATE TABLE requestitem
allfiles bool,
request_email varchar(64),
request_name varchar(64),
request_message TEXT,
request_date timestamp,
accept_request bool,
decision_date timestamp,