Skip to content

Commit

Permalink
SAM-2466 Reverted some <redirects/> from faces config to avoid proble…
Browse files Browse the repository at this point in the history
…ms when trying to attach a file to a question
  • Loading branch information
sinmsinm committed Feb 20, 2015
1 parent 3ac79c2 commit eaad3f3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions samigo/samigo-app/src/webapp/WEB-INF/faces-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,57 +1071,46 @@
<navigation-case>
<from-outcome>trueFalseItem</from-outcome>
<to-view-id>/jsf/author/item/trueFalse.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>fillInBlackItem</from-outcome>
<to-view-id>/jsf/author/item/fillInTheBlank.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>fillInNumericItem</from-outcome>
<to-view-id>/jsf/author/item/fillInNumeric.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>shortAnswerItem</from-outcome>
<to-view-id>/jsf/author/item/shortAnswer.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>surveyItem</from-outcome>
<to-view-id>/jsf/author/item/multipleChoiceSurvey.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>multipleChoiceItem</from-outcome>
<to-view-id>/jsf/author/item/multipleChoice.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>fileUploadItem</from-outcome>
<to-view-id>/jsf/author/item/fileUpload.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>audioRecItem</from-outcome>
<to-view-id>/jsf/author/item/audioRecording.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>matchingItem</from-outcome>
<to-view-id>/jsf/author/item/matching.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>emiItem</from-outcome>
<to-view-id>/jsf/author/item/extendedMatchingItems.jsp</to-view-id>
<redirect/>
</navigation-case>
<navigation-case>
<from-outcome>matrixChoicesSurveyItem</from-outcome>
<to-view-id>/jsf/author/item/matrixChoicesSurvey.jsp</to-view-id>
<redirect/>
</navigation-case>

<!-- QUESTION POOL -->
Expand Down

0 comments on commit eaad3f3

Please sign in to comment.