LFS not correctly showing enabled
Summary
Creating a new project will show LFS disabled in the Settings > Permissions even though it is enabled.
Steps to reproduce
- Enable LFS in gitlab.rb
gitlab_rails['lfs_enabled'] = true
- Create new project
- Navigate to Project Settings > Permissions > Git Large File Storage
Both the API and rails console showing lfs_enabled = true
p = Project.find 86
p.lfs_enabled? #=> true
Reproduced on 11.0.3 (reported on 10.8.4)
What is the current bug behavior?
UI only. Able to push lfs files.
Relevant logs and/or screenshots
Internal ZD: https://gitlab.zendesk.com/agent/tickets/100439