Commit 0fe2eb74 authored by nivetha's avatar nivetha
Browse files

activity log on application creation

Showing with 1 addition and 0 deletions
+1 -0
......@@ -603,6 +603,7 @@ public class FormsServiceImpl implements FormsService {
incomingData.setTimestamp(DateUtils.getCurrentTimestamp());
incomingData.setCreatedDate(DateUtils.getYyyyMmDdInUTC());
indexed = formsDao.addFormData(incomingData);
appStatusTrack(indexed, objectMapper.convertValue(incomingData, Map.class), action, userInfo);
} else {
Map<String, Object> applicationObject = getApplicationById(incomingData.getApplicationId(), userInfo);
incomingData.setUpdatedDate(DateUtils.getYyyyMmDdInUTC());
......
Supports Markdown
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