Update time is not updated when metadata of aggregate is updated
For example, When aggregate zone is updated, time is not getting updated in updated_at field. So, modified the code such that time gets updated in updated_at field whenever the aggregate metadata content gets modified. Change-Id: Icb65313ba85562fadeddbc1890ca5d463e74d3c2 Closes-Bug: #1538014
This commit is contained in:
parent
3926f87ad4
commit
cb38145acc
@ -11,6 +11,6 @@
|
||||
"key": "value"
|
||||
},
|
||||
"name": "name",
|
||||
"updated_at": null
|
||||
"updated_at": "2013-08-18T12:17:55.986540"
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,6 @@
|
||||
"key": "value"
|
||||
},
|
||||
"name": "name",
|
||||
"updated_at": null
|
||||
"updated_at": %(strtime)s
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user