CoreApi: store activity checksum on deployment

This commit is contained in:
Thomas Gelf 2016-02-27 21:33:23 +01:00
parent a6891444b1
commit b16ccc441a
1 changed files with 2 additions and 1 deletions

View File

@ -404,7 +404,8 @@ constants
// 'peer_identity' => $endpoint->object_name,
'peer_identity' => $this->client->getPeerIdentity(),
'start_time' => date('Y-m-d H:i:s'),
'config_checksum' => $config->getChecksum()
'config_checksum' => $config->getChecksum(),
'last_activity_checksum' => $config->getLastActivityChecksum()
// 'triggered_by' => Util::getUsername(),
// 'username' => Util::getUsername(),
// 'module_name' => $moduleName,