Skip to content

Commit

Permalink
SAK-31251 - Postem doesn't display error messages, remove redirect (s…
Browse files Browse the repository at this point in the history
…akaiproject#2636)

until flashparams and JSF 2
  • Loading branch information
jonespm authored and relong76 committed May 24, 2016
1 parent 28283aa commit 4ae114f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions postem/postem-app/src/webapp/WEB-INF/faces-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,119 +65,104 @@
<navigation-case>
<from-outcome>main</from-outcome>
<to-view-id>/postem/main.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>create_gradebook</from-outcome>
<to-view-id>/postem/create_gradebook.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>delete_confirm</from-outcome>
<to-view-id>/postem/delete_confirm.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>main_student</from-outcome>
<to-view-id>/postem/main_student.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>permission_error</from-outcome>
<to-view-id>/postem/permission_error.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>preview_gradebook</from-outcome>
<to-view-id>/postem/preview_gradebook.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>update_gradebook</from-outcome>
<to-view-id>/postem/update_gradebook.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>upload_template</from-outcome>
<to-view-id>/postem/upload_template.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>view_gradebook</from-outcome>
<to-view-id>/postem/view_gradebook.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>view_grades</from-outcome>
<to-view-id>/postem/view_grades.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>main</from-outcome>
<to-view-id>/postem/main.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/postem/main.jsp</from-view-id>
<navigation-case>
<from-outcome>download_csv</from-outcome>
<to-view-id>/postem/download_csv.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/postem/main.jsp</from-view-id>
<navigation-case>
<from-outcome>download_template</from-outcome>
<to-view-id>/postem/download_template.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/postem/create_gradebook.jsp</from-view-id>
<navigation-case>
<from-outcome>verify</from-outcome>
<to-view-id>/postem/verify.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/postem/main.jsp</from-view-id>
<navigation-case>
<from-outcome>view_student</from-outcome>
<to-view-id>/postem/view_student.jsp</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>

Expand Down

0 comments on commit 4ae114f

Please sign in to comment.