You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we start setup for Analytics and then cancel it/go back from OAuth screen, we get setup error with mention of the module name (working fine):
⚠ But when we do the same for RRM module, we get generic message:
Even the unsatisfied scope seems to be pretty easy to associate with the module: https://www.googleapis.com/auth/subscribewithgoogle.publications.readonly
We can probably update assets/js/components/notifications/UnsatisfiedScopesAlert/utils.jsmapScopesToModuleNames function to map publications to the RRM module. This one is probably minor one, but we can still give it a slight improvement
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered:
Feature Description
When we start setup for Analytics and then cancel it/go back from OAuth screen, we get setup error with mention of the module name (working fine):
⚠ But when we do the same for RRM module, we get generic message:
Even the unsatisfied scope seems to be pretty easy to associate with the module:
https://www.googleapis.com/auth/subscribewithgoogle.publications.readonly
We can probably update
assets/js/components/notifications/UnsatisfiedScopesAlert/utils.js
mapScopesToModuleNames
function to mappublications
to the RRM module. This one is probably minor one, but we can still give it a slight improvementDo not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: