|
15 | 15 | * limitations under the License. |
16 | 16 | */ |
17 | 17 | %> |
18 | | -<%@ page import="org.labkey.api.announcements.DiscussionService" %> |
19 | 18 | <%@ page import="org.labkey.api.exp.OntologyManager" %> |
20 | 19 | <%@ page import="org.labkey.api.exp.api.ExpMaterial" %> |
21 | 20 | <%@ page import="org.labkey.api.exp.api.ExperimentUrls" %> |
|
26 | 25 | <%@ page import="org.labkey.api.security.User" %> |
27 | 26 | <%@ page import="org.labkey.api.security.permissions.ReadPermission" %> |
28 | 27 | <%@ page import="org.labkey.api.security.permissions.UpdatePermission" %> |
29 | | -<%@ page import="org.labkey.api.util.DateUtil"%> |
| 28 | +<%@ page import="org.labkey.api.util.DateUtil" %> |
| 29 | +<%@ page import="org.labkey.api.util.JavaScriptFragment"%> |
30 | 30 | <%@ page import="org.labkey.api.util.PageFlowUtil" %> |
31 | 31 | <%@ page import="org.labkey.api.util.Tuple3" %> |
32 | 32 | <%@ page import="org.labkey.api.util.URIUtil" %> |
|
58 | 58 | <%@ page import="java.util.Map" %> |
59 | 59 | <%@ page import="java.util.regex.Matcher" %> |
60 | 60 | <%@ page import="java.util.regex.Pattern" %> |
61 | | -<%@ page import="org.labkey.api.util.JavaScriptFragment" %> |
62 | 61 | <%@ page extends="org.labkey.flow.controllers.well.WellController.Page" %> |
63 | 62 | <%@ taglib prefix="labkey" uri="http://www.labkey.org/taglib" %> |
64 | 63 | <%! |
@@ -592,22 +591,7 @@ if (getRun() != null) |
592 | 591 | %><%=link("Experiment Run Graph Details", urlProvider(ExperimentUrls.class).getRunGraphDetailURL(getRun().getExperimentRun(), well.getData()))%><br><% |
593 | 592 | } |
594 | 593 |
|
595 | | -%></p><% |
596 | | -
|
597 | | - DiscussionService service = DiscussionService.get(); |
598 | | - if (service != null) |
599 | | - { |
600 | | - DiscussionService.DiscussionView discussion = service.getDiscussionArea( |
601 | | - getViewContext(), |
602 | | - well.getLSID(), |
603 | | - well.urlShow(), |
604 | | - "Discussion of " + well.getLabel(), |
605 | | - false, true); |
606 | | - if (discussion != null) |
607 | | - include(discussion, out); |
608 | | - } |
609 | | -%> |
610 | | - |
| 594 | +%></p> |
611 | 595 |
|
612 | 596 | <%! |
613 | 597 | boolean canReadPipelineFiles(User user, PipeRoot root) |
|
0 commit comments