diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-08-30 17:17:45 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-08-30 17:17:45 -0500 |
commit | cf37d623e197dae5cc7efb021c1b1d85ca9674ee (patch) | |
tree | e785be171d2400ef751426cc79757cca320f856b /app/controllers | |
parent | 63a97c11928d483cfad87d11f83c7df84c29743d (diff) | |
download | gitlab-ce-cf37d623e197dae5cc7efb021c1b1d85ca9674ee.tar.gz |
Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfs
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/projects_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 678b56b5d9b..84d6b106cd7 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -309,7 +309,7 @@ class ProjectsController < Projects::ApplicationController :issues_tracker_id, :default_branch, :wiki_enabled, :visibility_level, :import_url, :last_activity_at, :namespace_id, :avatar, :builds_enabled, :build_allow_git_fetch, :build_timeout_in_minutes, :build_coverage_regex, - :public_builds, :only_allow_merge_if_build_succeeds, :request_access_enabled, :enable_lfs + :public_builds, :only_allow_merge_if_build_succeeds, :request_access_enabled, :lfs_enabled ) end |