Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-form
Commits
0fe2eb74
Commit
0fe2eb74
authored
3 years ago
by
nivetha
Browse files
Options
Download
Patches
Plain Diff
activity log on application creation
parent
00756bfa
master
bulk-download
cvs_download
delete-form
emailContentUpdate
inspection-flow-changes
institute-district
lat-long
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/formservice/service/impl/FormsServiceImpl.java
+1
-0
...om/tarento/formservice/service/impl/FormsServiceImpl.java
with
1 addition
and
0 deletions
+1
-0
src/main/java/com/tarento/formservice/service/impl/FormsServiceImpl.java
+
1
−
0
View file @
0fe2eb74
...
...
@@ -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
());
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets