Skip to content
Snippets Groups Projects

Implements the form for renaming the new filename on the file edit page

3 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -7,7 +7,8 @@ module CreatesCommit
@@ -7,7 +7,8 @@ module CreatesCommit
commit_params = @commit_params.merge(
commit_params = @commit_params.merge(
source_project: @project,
source_project: @project,
source_branch: @ref,
source_branch: @ref,
target_branch: @target_branch
target_branch: @target_branch,
 
file_path: @path
)
)
result = service.new(@tree_edit_project, current_user, commit_params).execute
result = service.new(@tree_edit_project, current_user, commit_params).execute
Loading