Skip to content

Commit

Permalink
SAK-43977 - Menu navigation in Topic is not working (sakaiproject#9173)
Browse files Browse the repository at this point in the history
Also fixes: SAK-43976 - Menu Navigation in Statistics & Grading (dfStatisticsListByTopic) is not working

Issue was that these needed to be in the form component and were outside of it.
  • Loading branch information
jonespm authored Apr 12, 2021
1 parent 7009e36 commit bcffd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
}
</script>
<%@ include file="/jsp/discussionForum/menu/forumsMenu.jsp" %>
<h:outputText styleClass="showMoreText" style="display:none" value="#{msgs.cdfm_show_more_full_description}" />

<%--//
Expand Down Expand Up @@ -127,6 +126,7 @@
<span class="highlight" id="maxthreaddepth" class="skip"><h:outputText value="#{msgs.cdfm_maxthreaddepth}" /></span>
//--%>
<h:form id="msgForum" rendered="#{!ForumTool.selectedTopic.topic.draft || ForumTool.selectedTopic.topic.createdBy == ForumTool.userId}">
<%@ include file="/jsp/discussionForum/menu/forumsMenu.jsp" %>
<f:subview id="picker2">
<%@ include file="moveThreadPicker.jsp" %>
</f:subview>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
%>
<f:view>
<sakai:view >
<%@ include file="/jsp/discussionForum/menu/forumsMenu.jsp" %>
<h:form id="dfStatisticsForm" rendered="#{ForumTool.instructor}">
<!-- discussionForum/statistics/dfStatisticsList.jsp-->
<script>
Expand Down Expand Up @@ -158,6 +157,7 @@
menuLinkSpan.html(menuLink.text());
});
</script>
<%@ include file="/jsp/discussionForum/menu/forumsMenu.jsp" %>

<div id="dialogDiv" title="Grade Messages" style="display:none">
<h:commandButton type="button" styleClass="closeDialogFrame" onclick="dialogutil.closeDialog($(this).parent().attr('id'), $('#dialogFrame').attr('id'));" value="#{msgs.close_window}"/>
Expand Down

0 comments on commit bcffd26

Please sign in to comment.