An error occurred while fetching the assigned milestone of the selected merge_request.
Add support to configure webhook_timeout in gitlab.yaml
Compare changes
Files
12- Dmitriy Zaporozhets authored
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
@@ -20,9 +20,9 @@ class Admin::GroupsController < Admin::ApplicationController
@@ -30,14 +30,7 @@ class Admin::GroupsController < Admin::ApplicationController