Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-next
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
anis
anis-next
Commits
e51d34ab
Commit
e51d34ab
authored
3 years ago
by
Tifenn Guillas
Browse files
Options
Downloads
Patches
Plain Diff
Fix sonarqube issues
parent
d04d8568
No related branches found
No related tags found
2 merge requests
!29
Develop
,
!8
Resolve "Add tests for instance store module"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/src/app/instance/store/effects/cone-search.effects.ts
+0
-1
0 additions, 1 deletion
client/src/app/instance/store/effects/cone-search.effects.ts
with
0 additions
and
1 deletion
client/src/app/instance/store/effects/cone-search.effects.ts
+
0
−
1
View file @
e51d34ab
...
...
@@ -36,7 +36,6 @@ export class ConeSearchEffects {
const
parser
=
new
DOMParser
();
const
xml
=
parser
.
parseFromString
(
response
,
'
text/xml
'
);
if
(
xml
.
getElementsByTagName
(
'
Resolver
'
).
length
===
0
)
{
const
name
=
xml
.
getElementsByTagName
(
'
name
'
)[
0
].
childNodes
[
0
].
nodeValue
;
return
coneSearchActions
.
retrieveCoordinatesFail
();
}
const
name
=
xml
.
getElementsByTagName
(
'
name
'
)[
0
].
childNodes
[
0
].
nodeValue
;
...
...
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