NIHVIVO-1372 Set title on data prop editing screens to "Edit"
This commit is contained in:
parent
287c533795
commit
0fcd2027e1
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue