Skip to content

Commit

Permalink
Merge pull request sakaiproject#217 from sinmsinm/SAM-2466
Browse files Browse the repository at this point in the history
SAM-2466 Attachments buttons not working in samigo .
  • Loading branch information
ottenhoff committed Mar 4, 2015
2 parents 6c602da + eaad3f3 commit d63844e
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 d63844e

Please sign in to comment.