Skip to content

Removed File.basename stripping of filename upon file creation

gitlab-qa-bot requested to merge github/fork/bwinterton/addFolder into master

Created by: bwinterton

Removed file.baseline stripping of the params[:file_name] so that a new file can be created in a specified directory. This allows creation of a file within a new directory from the web UI. Directory creation occurs by specifying a relative directory path in the file name field on the file creation view.

Merge request reports