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

[JBEAP-6349] Extra paragraph in the help text when adding periodic-si… #324

Open
wants to merge 1 commit into
base: 2.8.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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