diff options
| author | Aaron France <aaron.l.france@gmail.com> | 2013-04-06 21:25:46 +0300 |
|---|---|---|
| committer | Aaron France <aaron.l.france@gmail.com> | 2013-04-06 21:25:46 +0300 |
| commit | f5ff99d6b2366b368face5007d8f498175d40f9f (patch) | |
| tree | ec81893e9961db7206d338a74d6f6f6a607d56b1 /app | |
| parent | 52ad34fd59273e1f65ab1726a97ead7f13095c84 (diff) | |
| download | gitlab-ce-f5ff99d6b2366b368face5007d8f498175d40f9f.tar.gz | |
Fixed JSON description of system hook
Fixed JSON description of system hook to accurately describe what is actually being sent.
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/admin/hooks/_data_ex.html.erb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/hooks/_data_ex.html.erb b/app/views/admin/hooks/_data_ex.html.erb index 652ee5aa56f..eeb78b5f0c5 100644 --- a/app/views/admin/hooks/_data_ex.html.erb +++ b/app/views/admin/hooks/_data_ex.html.erb @@ -28,8 +28,8 @@ "project_id": 74, "project_name": "StoreCloud", "project_path": "storecloud", - "owner_email": "johnsmith@gmail.com", - "owner_name": "John Smith", + "user_email": "johnsmith@gmail.com", + "user_name": "John Smith", } 4. Team Member Removed: @@ -40,8 +40,8 @@ "project_id": 74, "project_name": "StoreCloud", "project_path": "storecloud", - "owner_email": "johnsmith@gmail.com", - "owner_name": "John Smith", + "user_email": "johnsmith@gmail.com", + "user_name": "John Smith", } 5. User created: |
