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
Merge requests
!284
#23
Devbranch-CallServiceReturnABWithBranch nil error fixed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#23
Devbranch-CallServiceReturnABWithBranch nil error fixed
devbranch
into
staging
Overview
1
Commits
2
Pipelines
0
Changes
1
Merged
Prajwal Patil
requested to merge
devbranch
into
staging
11 months ago
Overview
1
Commits
2
Pipelines
0
Changes
1
Expand
commented the log of printing the error of CallServiceReturnABWithBranch
0
0
Merge request reports
Compare
staging
staging (base)
and
latest version
latest version
5c31ae9e
2 commits,
11 months ago
1 file
+
2
−
1
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
routebuildermdl/serviceCachemdl.go
+
2
−
1
Options
@@ -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
{
Menu
Explore
Projects
Groups
Topics
Snippets