Commit 432df031cff8c3003ae2a3063dd3a078a6902c91
1 parent
71033c9e
Exists in
master
and in
4 other branches
include namespace in project path for system hook
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/services/system_hooks_service.rb
@@ -25,7 +25,7 @@ class SystemHooksService | @@ -25,7 +25,7 @@ class SystemHooksService | ||
25 | when Project | 25 | when Project |
26 | data.merge!({ | 26 | data.merge!({ |
27 | name: model.name, | 27 | name: model.name, |
28 | - path: model.path, | 28 | + path: model.path_with_namespace, |
29 | project_id: model.id, | 29 | project_id: model.id, |
30 | owner_name: model.owner.name, | 30 | owner_name: model.owner.name, |
31 | owner_email: model.owner.email | 31 | owner_email: model.owner.email |