We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0b69b commit 3bf38b7Copy full SHA for 3bf38b7
demo/src/org/labkey/demo/DemoController.java
@@ -354,7 +354,7 @@ private DataRegion getDataRegion()
354
355
DisplayColumn col = rgn.getDisplayColumn("RowId");
356
ActionURL updateURL = new ActionURL(UpdateAction.class, getContainer());
357
- col.setURL(updateURL.toString() + "rowId=${RowId}");
+ col.setURL(updateURL.addParameter("rowId", "${RowId}"));
358
col.setDisplayPermission(UpdatePermission.class);
359
360
ButtonBar gridButtonBar = new ButtonBar();
0 commit comments