mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 08:06:08 +10:00
include namespace in project path for system hook
This commit is contained in:
@@ -25,7 +25,7 @@ class SystemHooksService
|
||||
when Project
|
||||
data.merge!({
|
||||
name: model.name,
|
||||
path: model.path,
|
||||
path: model.path_with_namespace,
|
||||
project_id: model.id,
|
||||
owner_name: model.owner.name,
|
||||
owner_email: model.owner.email
|
||||
|
||||
Reference in New Issue
Block a user