Skip to content

Commit f8a1ed5

Browse files
committed
Fix one more
1 parent 8bfcc1c commit f8a1ed5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

panoramapublic/src/org/labkey/panoramapublic/view/publish/pxValidationRunning.jsp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
<%@ page import="org.labkey.api.util.PageFlowUtil" %>
44
<%@ page import="org.labkey.api.view.ActionURL" %>
55
<%@ page import="org.labkey.api.view.HttpView" %>
6+
<%@ page import="org.labkey.api.view.JspView" %>
67
<%@ page import="org.labkey.api.view.template.ClientDependencies" %>
78
<%@ page import="org.labkey.panoramapublic.PanoramaPublicController" %>
9+
<%@ page import="org.labkey.panoramapublic.PanoramaPublicController.PxValidationStatusBean" %>
810
<%@ page extends="org.labkey.api.jsp.JspBase" %>
911
<%@ taglib prefix="labkey" uri="http://www.labkey.org/taglib" %>
1012
<%!
@@ -16,7 +18,7 @@
1618
%>
1719
<labkey:errors/>
1820
<%
19-
var view = HttpView.currentView();
21+
JspView<PxValidationStatusBean> view = HttpView.currentView();
2022
var bean = view.getModelBean();
2123
int jobId = bean.getDataValidation().getJobId();
2224
var jobStatus = bean.getPipelineJobStatus();

0 commit comments

Comments
 (0)