mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-11 11:43:08 +00:00
iMerged r17105 to 3.4-stable (#27333).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17106 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8913e1308e
commit
5248b6e8cc
@ -138,7 +138,7 @@ module RepositoriesHelper
|
||||
select_tag('repository_scm',
|
||||
options_for_select(scm_options, repository.class.name.demodulize),
|
||||
:disabled => (repository && !repository.new_record?),
|
||||
:data => {:remote => true, :method => 'get'})
|
||||
:data => {:remote => true, :method => 'get', :url => new_project_repository_path(repository.project)})
|
||||
end
|
||||
|
||||
def with_leading_slash(path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user