Skip to content

Commit

Permalink
#1030 Misconfiguration in Batches page of E.W.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiganga2002 committed Nov 9, 2022
1 parent 2ae5d27 commit 2fc0985
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ module.exports = {
"pwa": false,
"allowPinLogin": false,
"lockFeatures": false,
"disabledFeatures": "04, 05, 06, 07, 08, 09",
"disabledFeatures": "02, 04, 05, 06, 07, 08, 09",
"easterEggEnabled": true,
"epiProtocolVersion": 1,
"appBuildVersion": "v1.6.0",
"legenda for properties": " vault:(server, browser) agent:(mobile, browser) system:(iOS, Android, any) browser:(Chrome, Firefox, any) mode:(development, release) sw:(true, false) pwa:(true, false) lockFeatures: (true, false)"+
"disabledFeatures: '01, 02 ...' - (01 = Patient leaflet, 02 = Show leaflet if batch expired, 03 = Show leaflet if batch unknown, 04 = Healthcare practitioner info, 05= Video source, 06 = Adverse Events reporting" +
"disabledFeatures: '01, 02 ...' - (01 = Patient leaflet, 02 = Batch date validation checks, 03 = Show leaflet if batch unknown, 04 = Healthcare practitioner info, 05= Video source, 06 = Adverse Events reporting" +
"07 = Anti-counterfeiting functions, 08 = Recall functions, 09 = Batch message) allowAdvancedSettings:(true, false)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ module.exports = {
"pwa": false,
"allowPinLogin": false,
"lockFeatures": false,
"disabledFeatures": "04",
"disabledFeatures": "02, 04, 05, 06, 07, 08, 09",
"easterEggEnabled": true,
"allowAdvancedSettings": true,
"epiProtocolVersion": 1,
"appBuildVersion": "v1.6.0",
"legenda for properties": " vault:(server, browser) agent:(mobile, browser) system:(iOS, Android, any) browser:(Chrome, Firefox, any) mode:(development, release) sw:(true, false) pwa:(true, false) lockFeatures: (true, false)"+
"disabledFeatures: '01, 02 ...' - (01 = Patient leaflet, 02 = Show leaflet if batch expired, 03 = Show leaflet if batch unknown, 04 = Healthcare practitioner info, 05= Video source, 06 = Adverse Events reporting" +
"disabledFeatures: '01, 02 ...' - (01 = Patient leaflet, 02 = Batch date validation checks, 03 = Show leaflet if batch unknown, 04 = Healthcare practitioner info, 05= Video source, 06 = Adverse Events reporting" +
"07 = Anti-counterfeiting functions, 08 = Recall functions, 09 = Batch message) allowAdvancedSettings:(true, false)"
}
4 changes: 2 additions & 2 deletions trust-loader-config/dsu-fabric-wallet/loader/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ export default {
"pwa": false,
"allowPinLogin": false,
"companyName": "Company Inc",
"disabledFeatures": "04, 05, 06, 07, 08, 09",
"disabledFeatures": "02, 04, 05, 06, 07, 08, 09",
"lockFeatures": false,
"epiProtocolVersion": 1,
"appBuildVersion": "v1.6.0",
"legenda for properties": " vault:(server, browser) agent:(mobile, browser) system:(iOS, Android, any) browser:(Chrome, Firefox, any)" +
" mode:(autologin,dev-autologin, secure, dev-secure, sso-direct, sso-pin) sw:(true, false) pwa:(true, false) lockFeatures: (true, false)" +
"disabledFeatures: '01, 02 ...' - (01 = Patient leaflet, 02 = Show leaflet if batch expired, 03 = Show leaflet if batch unknown, 04 = Healthcare practitioner info, 05= Video source, 06 = Adverse Events reporting" +
"disabledFeatures: '01, 02 ...' - (01 = Patient leaflet, 02 = Batch date validation checks, 03 = Show leaflet if batch unknown, 04 = Healthcare practitioner info, 05= Video source, 06 = Adverse Events reporting" +
"07 = Anti-counterfeiting functions, 08 = Recall functions, 09 = Batch message) "
}
4 changes: 2 additions & 2 deletions trust-loader-config/leaflet-wallet/loader/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export default {
"pwa": false,
"allowPinLogin": false,
"lockFeatures": false,
"disabledFeatures": "04, 05, 06, 07, 08, 09",
"disabledFeatures": "02, 04, 05, 06, 07, 08, 09",
"easterEggEnabled": true,
"epiProtocolVersion": 1,
"appBuildVersion": "v1.6.0",
"legenda for properties": " vault:(server, browser) agent:(mobile, browser) system:(iOS, Android, any) browser:(Chrome, Firefox, any) mode:(development, release) sw:(true, false) pwa:(true, false) lockFeatures: (true, false)"+
"disabledFeatures: '01, 02 ...' - (01 = Patient leaflet, 02 = Show leaflet if batch expired, 03 = Show leaflet if batch unknown, 04 = Healthcare practitioner info, 05= Video source, 06 = Adverse Events reporting" +
"disabledFeatures: '01, 02 ...' - (01 = Patient leaflet, 02 = Batch date validation checks, 03 = Show leaflet if batch unknown, 04 = Healthcare practitioner info, 05= Video source, 06 = Adverse Events reporting" +
"07 = Anti-counterfeiting functions, 08 = Recall functions, 09 = Batch message) allowAdvancedSettings:(true, false)"
}

0 comments on commit 2fc0985

Please sign in to comment.