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 8a8089d commit c5e86eeCopy full SHA for c5e86ee
hivrc/src/org/labkey/hivrc/view/analysisHeader.jsp
@@ -18,7 +18,7 @@
18
}
19
%>
20
<%
21
- JspView<AnalysisModel> me = (JspView<AnalysisModel>) HttpView.currentView();
+ JspView<AnalysisModel> me = HttpView.currentView();
22
AnalysisModel model = me.getModelBean();
23
Integer workbookId = model.getWorkbookId();
24
String wpId = "wp_" + me.getWebPartRowId();
0 commit comments