From f33e6ae09ec27e898bb8f2cc44d587ea3b8e0dee Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Mon, 17 Jul 2017 05:04:43 +0300 Subject: Remove unit types commits and settings (#2161) * Remove unit types commits and settings * Can not limit units in administrator teams * Limit changing units only to teams with read and write access mode * Small code optimization --- models/fixtures/access.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'models/fixtures/access.yml') diff --git a/models/fixtures/access.yml b/models/fixtures/access.yml index 5ea4076107..8722b248db 100644 --- a/models/fixtures/access.yml +++ b/models/fixtures/access.yml @@ -9,3 +9,9 @@ user_id: 4 repo_id: 4 mode: 2 # write + +- + id: 3 + user_id: 4 + repo_id: 3 + mode: 2 # write -- cgit v1.2.3