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
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
5c31ae9e
Commit
5c31ae9e
authored
1 year ago
by
Vijay Kumar Chauhan
Browse files
Options
Downloads
Plain Diff
Merge branch 'SG_hotfix' into 'devbranch'
#23
commented log due to nil error. See merge request
!283
parents
4396f719
3490033b
2 merge requests
!284
#23 Devbranch-CallServiceReturnABWithBranch nil error fixed
,
!283
#23 commented log due to nil error.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
routebuildermdl/serviceCachemdl.go
+2
-1
routebuildermdl/serviceCachemdl.go
with
2 additions
and
1 deletion
routebuildermdl/serviceCachemdl.go
+
2
−
1
View file @
5c31ae9e
...
...
@@ -253,7 +253,8 @@ func CallServiceReturnABWithBranch(name, branch string, rs *gjson.Result, isRest
serviceCache
:=
tmpSvcCache
res
,
ab
,
err
:=
serviceCache
.
Service
(
rs
,
p
)
loggermdl
.
LogError
(
"error while calling activity:"
,
err
.
Error
())
// FIXME: Need to handle error
// loggermdl.LogError("error while calling activity:", err.Error())
if
errormdl
.
CheckErr1
(
err
)
!=
nil
{
// Rollback
if
ab
.
TransactionEnable
{
...
...
This diff is collapsed.
Click to expand it.
Preview
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