Commit aabdac77 authored by Maneschi Romain's avatar Maneschi Romain Committed by Achilleas Pipinellis

update `updated_at`field too

Not my initial idea but when I write the issue I see this field is wrong
parent 513fa603
...@@ -321,8 +321,14 @@ X-Gitlab-Event: Issue Hook ...@@ -321,8 +321,14 @@ X-Gitlab-Event: Issue Hook
"group_id": 41 "group_id": 41
}], }],
"changes": { "changes": {
"updated_by_id": [null, 1], "updated_by_id": {
"updated_at": ["2017-09-15 16:50:55 UTC", "2017-09-15 16:52:00 UTC"], "previous": null,
"current": 1
},
"updated_at": {
"previous": "2017-09-15 16:50:55 UTC",
"current": "2017-09-15 16:52:00 UTC"
},
"labels": { "labels": {
"previous": [{ "previous": [{
"id": 206, "id": 206,
...@@ -851,8 +857,14 @@ X-Gitlab-Event: Merge Request Hook ...@@ -851,8 +857,14 @@ X-Gitlab-Event: Merge Request Hook
"group_id": 41 "group_id": 41
}], }],
"changes": { "changes": {
"updated_by_id": [null, 1], "updated_by_id": {
"updated_at": ["2017-09-15 16:50:55 UTC", "2017-09-15 16:52:00 UTC"], "previous": null,
"current": 1
},
"updated_at": {
"previous": "2017-09-15 16:50:55 UTC",
"current":"2017-09-15 16:52:00 UTC"
},
"labels": { "labels": {
"previous": [{ "previous": [{
"id": 206, "id": 206,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment