Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #322 from xstefank/JBEAP-6349
Browse files Browse the repository at this point in the history
[JBEAP-6349] Extra paragraph in the help text when adding periodic-si…
  • Loading branch information
hpehl committed Oct 24, 2016
2 parents b9c1a38 + 3e3d9b0 commit 0fe4871
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ protected Widget asWidget(HandlerContext context) {
.setCreateMode(true)
.setResourceDescription(wizard.getResourceDescription())
.setRequiredOnly(true)
.setSecurityContext(wizard.getSecurityContext());
.setSecurityContext(wizard.getSecurityContext())
//exclude file so it does not appear in the description as it is described in the next step
.exclude("file");

ModelNodeFormBuilder.FormAssets assets = builder.build();
form = assets.getForm();
Expand Down

0 comments on commit 0fe4871

Please sign in to comment.