Skip to content
Snippets Groups Projects

Make GitLab pages support access control

Merged Tuomo Ala-Vannesluoma requested to merge tuomoa/gitlab-foss:auth into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -46,7 +46,7 @@
repository_access_level: evaluator.repository_access_level}
if ActiveRecord::Migrator.current_version >= PAGES_ACCESS_LEVEL_SCHEMA_VERSION
hash.store(pages_access_level, evaluator.pages_access_level)
hash.store("pages_access_level", evaluator.pages_access_level)
end
project.project_feature.update(hash)
Loading