resolves NIHVIVO-287 cardinality form
This commit is contained in:
parent
93c25072f9
commit
16f3dd4324
2 changed files with 17 additions and 14 deletions
|
@ -60,9 +60,8 @@ public class RestrictionRetryController extends BaseEditController {
|
|||
|
||||
String restrictionTypeStr = request.getParameter("restrictionType");
|
||||
epo.setAttribute("restrictionType",restrictionTypeStr);
|
||||
|
||||
|
||||
|
||||
request.setAttribute("restrictionType",restrictionTypeStr);
|
||||
|
||||
// default to object property restriction
|
||||
boolean propertyType = ("data".equals(request.getParameter("propertyType"))) ? DATA : OBJECT ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue