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
896b8d76
Commit
896b8d76
authored
4 years ago
by
Akshay Bharambe
2
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Not able to call query beacuse of branch
parent
365745bf
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!220
Release v2.0.0 alpha
,
!219
Add: Support for branches
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
routebuildermdl/routebuildermdl.go
+5
-1
routebuildermdl/routebuildermdl.go
with
5 additions
and
1 deletion
routebuildermdl/routebuildermdl.go
+
5
−
1
View file @
896b8d76
...
...
@@ -55,7 +55,11 @@ func executeServiceWithBranch(name, branch string, data []byte, isRestricted, is
var
ab
*
servicebuildermdl
.
AbstractBusinessLogicHolder
var
found
bool
activity
:=
ConcatenateEntityWithBranch
(
name
,
branch
)
// for calling queries as queries are not associated with any branch
activity
:=
name
if
name
!=
"FetchQueryData"
{
activity
=
ConcatenateEntityWithBranch
(
name
,
branch
)
}
if
isRestricted
{
if
isRoleBased
{
...
...
This diff is collapsed.
Click to expand it.
Ajit Jagtap
@ajitj
mentioned in commit
45b93576
·
4 years ago
mentioned in commit
45b93576
mentioned in commit 45b93576613fffa28ac13e87fd0c8f3486586208
Toggle commit list
Akshay Bharambe
@akshayb
mentioned in merge request
!226 (merged)
·
4 years ago
mentioned in merge request
!226 (merged)
mentioned in merge request !226
Toggle commit list
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