Skip to content
Snippets Groups Projects
Commit adc51a9b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Use separate property for project path and project path with namespace inside system hook

parent 44275e50
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment