Skip to content

Commit

Permalink
SAK-38428
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Apr 24, 2018
1 parent de7da57 commit b0d0830
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,24 @@ realm.allowed..auth=annc.all.groups,annc.read,asn.read,asn.receive.notifications
usermembership.view,lessonbuilder.read

[email protected]=sakai.gradebook.tool

# These tools need to use server saving method as they are on older JSF versions. If upgraded to JSf 1.2+ please remove from this list

# Chat Tool
jsf.state_saving_method.sakai.chat=server
jsf.state_saving_method.sakai.synoptic.chat=server
jsf.state_saving_method.sakai.chat.deleteMessage=server
# Podcasts Tool
jsf.state_saving_method.sakai.podcasts=server
# User Preferences
jsf.state_saving_method.sakai.preferences=server
jsf.state_saving_method.sakai.privacy=server
# Help Tool
jsf.state_saving_method.sakai.help=server
# Forums
jsf.state_saving_method.sakai.forums=server
jsf.state_saving_method.sakai.messageforums.helper=server
jsf.state_saving_method.sakai.messages=server
jsf.state_saving_method.sakai.synoptic.messagecenter=server
# Scheduler
jsf.state_saving_method.sakai.scheduler=server
4 changes: 2 additions & 2 deletions samigo/samigo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.2_15</version>
<version>1.2_15-06</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.2_15</version>
<version>1.2_15-06</version>
</dependency>
<!-- end of JSF related version issue -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions samigo/samigo-cp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.2_15</version>
<version>1.2_15-06</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.2_15</version>
<version>1.2_15-06</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
Expand Down
4 changes: 2 additions & 2 deletions signup/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.2_15</version>
<version>1.2_15-06</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.2_15</version>
<version>1.2_15-06</version>
</dependency>
<!-- end of JSF related version issue -->

Expand Down
4 changes: 2 additions & 2 deletions syllabus/syllabus-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.2_15</version>
<version>1.2_15-06</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.2_15</version>
<version>1.2_15-06</version>
</dependency>
<!-- end of JSF related version issue -->

Expand Down

0 comments on commit b0d0830

Please sign in to comment.