gitlab-org--gitlab-foss/changelogs/unreleased/lfs-project-attribute-alias.yml
Cindy Pallares be493207b0
Alias the lfs_enabled method
We currently check for `project.lfs_enabled` to display
the state of lfs being enabled/disabled, but this is set to nil by
default, even when lfs is enabled.

Aliasing the method to #lfs_enabled? will return the correct state.
2018-10-22 12:55:49 -05:00

5 lines
94 B
YAML

---
title: Resolve LFS not correctly showing enabled
merge_request: 22501
author:
type: fixed