Skip to content

Commit

Permalink
SAK-31933 Refreshing forums page after creating a new forum duplicate…
Browse files Browse the repository at this point in the history
…s the forum (sakaiproject#4567)
  • Loading branch information
josecebe authored and jonespm committed Jul 5, 2017
1 parent fabb8b0 commit 642fbfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions msgcntr/messageforums-app/src/webapp/WEB-INF/faces-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,18 +411,22 @@
<navigation-case>
<from-outcome>forumsMain</from-outcome>
<to-view-id>/jsp/discussionForum/forumsOnly/dfForums.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>dfStatisticsAllAuthoredMessageForOneUser</from-outcome>
<to-view-id>/jsp/discussionForum/statistics/dfStatisticsAllAuthoredMsgForOneUser.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>dfStatisticsFullTextForOne</from-outcome>
<to-view-id>/jsp/discussionForum/statistics/dfStatisticsFullTextForOne.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>dfStatisticsDisplayInThread</from-outcome>
<to-view-id>/jsp/discussionForum/statistics/dfStatisticsDisplayInThread.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>

Expand Down

0 comments on commit 642fbfe

Please sign in to comment.