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-user
Commits
b535a7d6
Commit
b535a7d6
authored
2 years ago
by
sarojsingh2021
Browse files
Options
Download
Patches
Plain Diff
removed sop
parent
ee86b1c4
master
bulkupload
delete-user
delete-user-fix
increase_timeout
institute-district
sessionTimeout
updateEmailContentforOTP
1 merge request
!1
bulk upload institute
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/retail/controller/UserController.java
+0
-2
...in/java/com/tarento/retail/controller/UserController.java
with
0 additions
and
2 deletions
+0
-2
src/main/java/com/tarento/retail/controller/UserController.java
+
0
−
2
View file @
b535a7d6
...
...
@@ -174,7 +174,6 @@ public class UserController {
@RequestHeader
(
value
=
Constants
.
USER_INFO_HEADER
,
required
=
false
)
String
xUserInfo
,
@RequestHeader
(
value
=
Constants
.
AUTH_HEADER
)
String
authToken
)
throws
JsonProcessingException
{
System
.
out
.
println
(
"xUserInfo :: "
+
xUserInfo
);
String
validation
=
validationService
.
validateUserUpsert
(
profile
);
if
(
validation
.
equals
(
Constants
.
SUCCESS
))
{
if
(
StringUtils
.
isNotBlank
(
xUserInfo
))
{
...
...
@@ -614,7 +613,6 @@ public class UserController {
@RequestHeader
(
value
=
Constants
.
USER_INFO_HEADER
,
required
=
false
)
String
xUserInfo
,
@RequestHeader
(
value
=
Constants
.
AUTH_HEADER
)
String
authToken
)
throws
JsonProcessingException
{
System
.
out
.
println
(
"********** create bulk institute being called **********"
);
String
message
=
""
;
if
(
ExcelHelper
.
hasExcelFormat
(
file
))
{
try
{
...
...
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