[Sprint/Wire] (fix): reload when toggling experiments
closes #897 (closed) closes #1630
1/3 threads resolved
- Last updated by Marcelo Rivera
61 61 console.log('[app]:: language change', this.minds.user.language, this.minds.language); 62 62 window.location.reload(true); 63 63 } 64 if(this.minds.user.canary) { - Owner
can we fix the spacing?
changed this line in version 2 of the diff
- Developer
fixed!
- Last updated by Marcelo Rivera
61 60 console.log('[app]:: language change', this.minds.user.language, this.minds.language); 62 61 window.location.reload(true); 63 62 } 63 if (this.minds.user.canary) { - Owner
lets remove all changes to this file. I know we hack it for the languages but that is largely temporary.
changed this line in version 3 of the diff
- Developer
I just moved this check to FeaturesService
added 1 commit
- b9c7d422 - (fix): moved canary check on log in to FeaturesService
added MR::Awaiting Review scoped label
added Squad::Yellow scoped label
- Resolved by Marcelo Rivera
added MR::Requires Changes scoped label and automatically removed MR::Awaiting Review label
- Owner
@eiennohi did we forget about this? Please follow up with merge requests.
added 483 commits
- b9c7d422...12578c8b - 481 commits from branch
minds:master
- 46a2631d - Merge remote-tracking branch 'upstream/master' into...
- 73ff7e5a - (fix): removed unnecessary reload
- b9c7d422...12578c8b - 481 commits from branch
changed the description