Skip to content

Commit 0e43980

Browse files
fix(front): Add integration type mapping for :GITLAB (#345)
## 📝 Description renderedtext/project-tasks#2413 While working on this task I noticed a 500 page while trying to create a new project. This should solve it ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent 49314ff commit 0e43980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front/lib/front/models/forkable.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ defmodule Front.Models.Forkable do
219219
def map_integration_types(:GITHUB_APP), do: "github"
220220
def map_integration_types(:GITHUB_OAUTH_TOKEN), do: "github"
221221
def map_integration_types(:BITBUCKET), do: "bitbucket"
222+
def map_integration_types(:GITLAB), do: "gitlab"
222223

223224
def map_integration_types(integration_type) do
224225
integration_type

0 commit comments

Comments
 (0)