NIHVIVO-1372 Set title on data prop editing screens to "Edit"

This commit is contained in:
rjy7 2011-01-03 19:42:04 +00:00
parent 287c533795
commit 0fcd2027e1

View file

@ -49,6 +49,9 @@
vreq.setAttribute("editKey", EditConfiguration.getEditKey( vreq ));
}
//set title to Edit to maintain functionality from 1.1.1 and avoid updates to Selenium tests
request.setAttribute("title","Edit");
String subjectUri = vreq.getParameter("subjectUri");
String predicateUri = vreq.getParameter("predicateUri");
String formParam = vreq.getParameter("editForm");