This story covers changing the browser url when there is a selection made on the Groups page so that it is bookmark-able. - There urls should be consistent with the editor ones.
Secondary contact: aeng
Add bookmarks for the version group page. Manually typing (or pasting) the url in the browser's bar should change the selections on the page. Also, clicking on the different sections of the page should also change the browser's bar. History should also work (hitting the browser's back button). Valid bookmarks are: ../version-group/view/<v_group_slug> => Takes you to the languages section by default ../version-group/view/<v_group_slug>/languages ../version-group/view/<v_group_slug>/projects ../version-group/view/<v_group_slug>/languages/<lang> ../version-group/view/<v_group_slug>/projects/<project_slug>[<versionSlug>] ../version-group/view/<v_group_slug>/maintainers ../version-group/view/<v_group_slug>/settings ../version-group/view/<v_group_slug>/settings/<setting> See: https://github.com/zanata/zanata-server/pull/397
I agree that /<project_slug>/<versionSlug> would be a better fit. Should've thought of that when I changed the hash. And it would get rid of the encoding issues in firefox. I'll make those changes.
See new commit in the same pull request as above. The new url for the project version should be of the form. ../version-group/view/<v_group_slug>/projects/<project_slug>/<version_slug>
VERIFIED with https://github.com/zanata/zanata-server/commit/c1c04a2aed32c60c9ca71e137bd177adf68222b3
Marking bug as RELEASE_PENDING (Fixed in Version commit is ancestor of origin/master).