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
// FIXME: This is a tempory patch to resolve "Backstage Error" that's showing up on Topgear
121
+
// app due to missing "Wipro All" authorized group
122
+
// Roll this back as soon as the root cause is fixed
123
+
// which is likely either in topcoder-react-lib that handles merging groups (https://github.com/topcoder-platform/topcoder-react-lib/blob/c637525211550bea283390e52490fce7f6dd44a8/src/services/groups.js#L107)
124
+
// or Groups Api
125
+
if(communityId==='wipro'){
126
+
logger.info('Getting metadata for Topgear. Existing Authorized Groups',JSON.stringify(metadata.authorizedGroupIds));
0 commit comments