Commit 8bd99779f0d878f374aa6f6dbea70c0be3834a60
Exists in
master
and in
4 other branches
Merge pull request #3538 from AeroNotix/patch-1
Fixed JSON description of system hook
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/views/admin/hooks/_data_ex.html.erb
| @@ -28,8 +28,8 @@ | @@ -28,8 +28,8 @@ | ||
| 28 | "project_id": 74, | 28 | "project_id": 74, |
| 29 | "project_name": "StoreCloud", | 29 | "project_name": "StoreCloud", |
| 30 | "project_path": "storecloud", | 30 | "project_path": "storecloud", |
| 31 | - "owner_email": "johnsmith@gmail.com", | ||
| 32 | - "owner_name": "John Smith", | 31 | + "user_email": "johnsmith@gmail.com", |
| 32 | + "user_name": "John Smith", | ||
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | 4. Team Member Removed: | 35 | 4. Team Member Removed: |
| @@ -40,8 +40,8 @@ | @@ -40,8 +40,8 @@ | ||
| 40 | "project_id": 74, | 40 | "project_id": 74, |
| 41 | "project_name": "StoreCloud", | 41 | "project_name": "StoreCloud", |
| 42 | "project_path": "storecloud", | 42 | "project_path": "storecloud", |
| 43 | - "owner_email": "johnsmith@gmail.com", | ||
| 44 | - "owner_name": "John Smith", | 43 | + "user_email": "johnsmith@gmail.com", |
| 44 | + "user_name": "John Smith", | ||
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | 5. User created: | 47 | 5. User created: |