Skip to content

Fix create room redirection (navigation, history)

Eric Eastwood requested to merge 2161-fix-create-room-redirection into develop

Fix create room redirection (navigation, history)

Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/2161

Update: This was follow-up on in https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1441

Testing strategy

  1. Add the feature toggle, node ./scripts/utils/feature-toggle.js --name vue-left-menu --description "Left menu using Vue (alpha)"
  2. Enable the feature toggle

Try the following with and without the feature toggle:

  1. Create a room and notice you are redirected to that new room. If the realtime is fast enough and the new room is in your troupeCollection, it may even switch without a page reload.

Closes #2161 (closed)

Edited by Eric Eastwood

Merge request reports