From f5ff99d6b2366b368face5007d8f498175d40f9f Mon Sep 17 00:00:00 2001 From: Aaron France <aaron.l.france@gmail.com> Date: Sat, 6 Apr 2013 21:25:46 +0300 Subject: [PATCH] Fixed JSON description of system hook Fixed JSON description of system hook to accurately describe what is actually being sent. --- app/views/admin/hooks/_data_ex.html.erb | 8 ++++---- 1 file 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: -- GitLab