-
Notifications
You must be signed in to change notification settings - Fork 1
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 #10 from talis/plat-3779-support-ca
- Loading branch information
Showing
8 changed files
with
80 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
14.2 |
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 |
---|---|---|
@@ -1,27 +1,37 @@ | ||
/** | ||
* Use this to populate the list of institutions in the options menu. In order for a tenant to | ||
* Use this to populate the list of institutions in the options menu. In order for a tenant to | ||
* appear, it *must* have an `apps.rl` value (which can be anything) | ||
* | ||
* | ||
* The non-branded 'Talis' extension should use the tenant list from: | ||
* https://talis-public.s3-eu-west-1.amazonaws.com/talis.com/customers.json | ||
*/ | ||
var allTenants = { | ||
"broadminster" : { | ||
"name" : "Broadminster University", | ||
"apps" : { | ||
"apps" : { | ||
"rl" : true | ||
} | ||
}, | ||
"region" : "EUAPAC" | ||
}, | ||
"broadminster_old" : { | ||
"broadminster_old" : { | ||
"name" : "Old Broadminster University", | ||
"apps" : { | ||
"rl" : true | ||
} | ||
}, | ||
"region" : "EUAPAC" | ||
}, | ||
"cst" : { | ||
"name" : "CST | Talis Training", | ||
"apps" : { | ||
"rl" : true | ||
} | ||
}, | ||
"region" : "EUAPAC" | ||
}, | ||
"testfour" : { | ||
"name" : "Test Four | Talis Testing", | ||
"apps" : { | ||
"rl" : true | ||
}, | ||
"region" : "CA" | ||
} | ||
}; | ||
}; |
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
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