resolves NIHVIVO-287 cardinality form

This commit is contained in:
bjl23 2010-04-05 13:04:27 +00:00
parent 93c25072f9
commit 16f3dd4324
2 changed files with 17 additions and 14 deletions

View file

@ -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 ;