Skip to content

Commit d11ac5a

Browse files
committed
minor fix for Rooms 9
1 parent bb5770e commit d11ac5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/docusign/controller/rooms/examples/R009ControllerAssignFormToFormGroup.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected Object doWork(WorkArguments args, ModelMap model,
7979
DoneExample.createDefault(this.title)
8080
.withJsonObject(formGroupFormToAssign)
8181
.withMessage(getTextForCodeExampleByApiType().ResultsPageText
82-
.replaceFirst("\\{0}", String.valueOf(args.getOfficeId()))
82+
.replaceFirst("\\{0}", String.valueOf(args.getFormId()))
8383
.replaceFirst("\\{1}", String.valueOf(args.getFormGroupId())))
8484
.addToModel(model, config);
8585
} catch (ApiException apiException) {

0 commit comments

Comments
 (0)