We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdbdbf commit 633a89dCopy full SHA for 633a89d
1 file changed
WNPRC_EHR/src/org/labkey/wnprc_ehr/WNPRC_EHRController.java
@@ -88,7 +88,6 @@
88
import org.labkey.api.util.PageFlowUtil;
89
import org.labkey.api.util.Path;
90
import org.labkey.api.util.ResultSetUtil;
91
-import org.labkey.api.util.URLHelper;
92
import org.labkey.api.view.ActionURL;
93
import org.labkey.api.view.NotFoundException;
94
import org.labkey.api.webdav.WebdavService;
@@ -1326,7 +1325,7 @@ public class ManageWnprcTaskAction extends SimpleRedirectAction<Object>
1326
1325
private static final String LOWERCASE_FORMTYPE = "formtype";
1327
1328
@Override
1329
- public @Nullable URLHelper getRedirectURL(Object aVoid)
+ public @Nullable ActionURL getRedirectURL(Object aVoid)
1330
{
1331
ActionURL oldUrl = getViewContext().getActionURL();
1332
ActionURL newUrl;
0 commit comments