Use separate property for project path and project path with namespace inside system hook
This commit is contained in:
parent
44275e5066
commit
adc51a9b91
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ class SystemHooksService
|
|||
when Project
|
||||
data.merge!({
|
||||
name: model.name,
|
||||
path: model.path_with_namespace,
|
||||
path: model.path,
|
||||
path_with_namespace: model.path_with_namespace,
|
||||
project_id: model.id,
|
||||
owner_name: model.owner.name,
|
||||
owner_email: model.owner.email
|
||||
|
|
Loading…
Reference in a new issue