-
- Downloads
Fix clone URL not showing if protocol is HTTPS
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did not work because the protocol returned to `http_enabled?` was the actual protocol in use (e.g. `https` instead of `http`). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
Showing
- app/helpers/application_settings_helper.rb 2 additions, 2 deletionsapp/helpers/application_settings_helper.rb
- changelogs/unreleased/sh-fix-clone-url-for-https.yml 5 additions, 0 deletionschangelogs/unreleased/sh-fix-clone-url-for-https.yml
- spec/helpers/application_settings_helper_spec.rb 39 additions, 0 deletionsspec/helpers/application_settings_helper_spec.rb
Please register or sign in to comment