Skip to content

Commit

Permalink
[PHOENIX-6459] allow addition/alteration for super structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ishwarya-boorgula committed Jun 2, 2017
1 parent bb5891b commit ed35617
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,6 @@ public String modifyForm() {
addActionError(getText("initiator.noteligible"));
return COMMON_FORM;
}
if (basicProp.getActiveProperty().getPropertyDetail().isStructure()) {
addActionError(getText("error.superstruc.prop.notallowed"));
return COMMON_FORM;
}
return target;
}

Expand Down

0 comments on commit ed35617

Please sign in to comment.