File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
panoramapublic/src/org/labkey/panoramapublic/view/publish Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11<%@ page import =" org.json.JSONObject" %>
22<%@ page import =" org.labkey.api.view.HttpView" %>
3+ <%@ page import =" org.labkey.api.view.JspView" %>
34<%@ page import =" org.labkey.api.view.template.ClientDependencies" %>
5+ <%@ page import =" org.labkey.panoramapublic.PanoramaPublicController.PxValidationStatusBean" %>
46<%@ page import =" org.labkey.panoramapublic.model.ExperimentAnnotations" %>
57<%@ page import =" org.labkey.panoramapublic.model.validation.Status" %>
68<%@ page extends =" org.labkey.api.jsp.JspBase" %>
1719<labkey:errors />
1820
1921<%
20- var view = HttpView . currentView();
22+ JspView< PxValidationStatusBean > view = HttpView . currentView();
2123 var bean = view. getModelBean();
2224 ExperimentAnnotations experimentAnnotations = bean. getExpAnnotations();
2325 int experimentAnnotationsId = experimentAnnotations. getId();
You can’t perform that action at this time.
0 commit comments