Skip to content

Commit

Permalink
GPII-4017: Adjusted the structure that defines microsoft word "word-r…
Browse files Browse the repository at this point in the history
…ibbon" preference in defaultSettings.json5 and other places.
  • Loading branch information
cindyli committed Jul 9, 2019
1 parent 22c7f41 commit 617d4e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/migration/migration-GPII-3711.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var newValuesForNovaClientCredential = {
"http://registry.gpii.net/common/highContrast/enabled",
"http://registry.gpii.net/common/highContrastTheme",
"http://registry.gpii.net/common/selfVoicing/enabled",
"http://registry.gpii.net/applications/com.microsoft.office.word-ribbon"
"http://registry.gpii.net/applications/com.microsoft.office"
],
isCreateGpiiKeyAllowed: true,
isCreatePrefsSafeAllowed: true
Expand Down
4 changes: 3 additions & 1 deletion testData/defaultSettings/defaultSettings.win32.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"http://registry.gpii.net/common/DPIScale": 0,
"http://registry.gpii.net/common/highContrast/enabled": false,
"http://registry.gpii.net/common/selfVoicing/enabled": false,
"http://registry\\.gpii\\.net/applications/com\\.microsoft\\.office.word-ribbon": "StandardSet"
"http://registry.gpii.net/applications/com.microsoft.office": {
"word-ribbon": "StandardSet"
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/data/dbData/clientCredentials.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"http://registry.gpii.net/common/highContrast/enabled",
"http://registry.gpii.net/common/highContrast",
"http://registry.gpii.net/common/selfVoicing/enabled",
"http://registry.gpii.net/applications/com.microsoft.office.word-ribbon"
"http://registry.gpii.net/applications/com.microsoft.office"
],
"isCreateGpiiKeyAllowed": true,
"isCreatePrefsSafeAllowed": true,
Expand Down
4 changes: 3 additions & 1 deletion tests/shared/FlowManagerSettingsPutTestDefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ gpii.tests.cloud.oauth2.settingsPut.updatedPrefsSet = {
"http://registry.gpii.net/common/language": "en",
"http://registry.gpii.net/common/highContrast/enabled": true,
"http://registry.gpii.net/common/highContrast": "bw",
"http://registry.gpii.net/applications/com.microsoft.office.word-ribbon": "StandardSet"
"http://registry.gpii.net/applications/com.microsoft.office": {
"word-ribbon": "StandardSet"
}
}
}
}
Expand Down

0 comments on commit 617d4e8

Please sign in to comment.