NIHVIVO-1372 Set title to "Edit" in request scope to avoid updates to Selenium tests for 1.2

This commit is contained in:
nac26 2010-12-17 18:30:40 +00:00
parent 04f244baef
commit 9118452d4f

View file

@ -48,6 +48,9 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
: EditConfiguration.getEditKey(request);
request.setAttribute("editKey", editKey);
//set title to Edit to maintain functionality from 1.1.1 and avoid updates to Selenium tests
request.setAttribute("title","Edit");
// set the referrer URL, if available
setEditReferer(editKey, request.getHeader("Referer"), request.getSession());