Skip to content

Commit

Permalink
LOCAL: More sites and regions
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Nov 1, 2023
1 parent 0b4af2a commit 4145ea9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/resources/bundles/commonConfiguration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ role78 = rest
role79 = rest-readonly
role80 = orgAdmin
role81 = Ecuador
role82 = Mediterranean Sea


#Security role definitions, as displayed in user.jsp. These help keep track of how and why roles are used
Expand Down Expand Up @@ -405,6 +406,7 @@ roleDefinition78 = Can access RESTful data exposure URLs.
roleDefinition79 = Can access read-only RESTful data exposure URLs.
roleDefinition80 = Organizational administrator.
roleDefinition81 = Ecuador
roleDefinition82 = Mediterranean Sea


showUsersToPublic = true
Expand Down
10 changes: 9 additions & 1 deletion src/main/resources/bundles/locationID.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,15 @@

{"name": "Mediterranean Sea", "id": "Mediterranean Sea", "locationID": [

{"name": "Banco di Santa Croce (BSC)", "id": "Banco di Santa Croce (BSC)", "locationID": []}
{"name": "Adriatic Sea", "id": "Adriatic Sea", "locationID": []},

{"name": "Banco di Santa Croce (BSC)", "id": "Banco di Santa Croce (BSC)", "locationID": []},

{"name": "Gulf of Naples", "id": "Gulf of Naples", "locationID": []},

{"name": "Ligurian Sea", "id": "Ligurian Sea", "locationID": []},

{"name": "Tyrrhenian Sea", "id": "Tyrrhenian Sea", "locationID": []}

]}

Expand Down

0 comments on commit 4145ea9

Please sign in to comment.