Skip to content

Commit 633a89d

Browse files
authored
Adjust redirect handling (#919)
1 parent cfdbdbf commit 633a89d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

WNPRC_EHR/src/org/labkey/wnprc_ehr/WNPRC_EHRController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
import org.labkey.api.util.PageFlowUtil;
8989
import org.labkey.api.util.Path;
9090
import org.labkey.api.util.ResultSetUtil;
91-
import org.labkey.api.util.URLHelper;
9291
import org.labkey.api.view.ActionURL;
9392
import org.labkey.api.view.NotFoundException;
9493
import org.labkey.api.webdav.WebdavService;
@@ -1326,7 +1325,7 @@ public class ManageWnprcTaskAction extends SimpleRedirectAction<Object>
13261325
private static final String LOWERCASE_FORMTYPE = "formtype";
13271326

13281327
@Override
1329-
public @Nullable URLHelper getRedirectURL(Object aVoid)
1328+
public @Nullable ActionURL getRedirectURL(Object aVoid)
13301329
{
13311330
ActionURL oldUrl = getViewContext().getActionURL();
13321331
ActionURL newUrl;

0 commit comments

Comments
 (0)