Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Property
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mashplace
backend
Property
Commits
f0aeeb45
Commit
f0aeeb45
authored
4 years ago
by
georgijfalileev
Browse files
Options
Downloads
Patches
Plain Diff
MRM-2322: fix pending services
parent
9602e077
Branches
feature/MRM-2322
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
repo/property.go
+0
-3
0 additions, 3 deletions
repo/property.go
with
0 additions
and
3 deletions
repo/property.go
+
0
−
3
View file @
f0aeeb45
...
...
@@ -581,9 +581,6 @@ func GetProperty(ctx context.Context, id primitive.ObjectID) (*model.PropertyMod
}
func
UpdatePendingExtraServices
(
ctx
context
.
Context
,
extras
[]
string
,
property
string
)
error
{
if
len
(
extras
)
==
0
{
return
nil
}
cur
,
err
:=
getExtraServicesList
(
ctx
,
property
)
if
err
!=
nil
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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