-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from EsupPortail/testing
v1.13
- Loading branch information
Showing
179 changed files
with
8,182 additions
and
1,982 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ public class GlobalProperties implements Cloneable { | |
private String applicationEmail = "[email protected]"; | ||
private int hoursBeforeRefreshNotif = 24; | ||
private Boolean infiniteScrolling = true; | ||
private Boolean returnToHomeAfterSign = true; | ||
/** | ||
* Choisir le fonctionnement des délégations : | ||
* <ul> | ||
|
@@ -202,4 +203,12 @@ public Boolean getInfiniteScrolling() { | |
public void setInfiniteScrolling(Boolean infiniteScrolling) { | ||
this.infiniteScrolling = infiniteScrolling; | ||
} | ||
|
||
public Boolean getReturnToHomeAfterSign() { | ||
return returnToHomeAfterSign; | ||
} | ||
|
||
public void setReturnToHomeAfterSign(Boolean returnToHomeAfterSign) { | ||
this.returnToHomeAfterSign = returnToHomeAfterSign; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.