Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
gitlab-ce
Commits
b51d1e56
Commit
b51d1e56
authored
4 years ago
by
Paul Gascou-Vaillancourt
Browse files
Options
Download
Email Patches
Plain Diff
Restore __typename field
parent
f5ffc119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ee/app/assets/javascripts/security_configuration/dast_profiles/graphql/cache_utils.js
...curity_configuration/dast_profiles/graphql/cache_utils.js
+2
-0
No files found.
ee/app/assets/javascripts/security_configuration/dast_profiles/graphql/cache_utils.js
View file @
b51d1e56
...
@@ -78,10 +78,12 @@ export const updateSiteProfilesStatuses = ({ fullPath, normalizedTargetUrl, stat
...
@@ -78,10 +78,12 @@ export const updateSiteProfilesStatuses = ({ fullPath, normalizedTargetUrl, stat
fragment
:
gql
`
fragment
:
gql
`
fragment profile on DastSiteProfile {
fragment profile on DastSiteProfile {
validationStatus
validationStatus
__typename
}
}
`
,
`
,
data
:
{
data
:
{
validationStatus
:
status
,
validationStatus
:
status
,
__typename
:
'
DastSiteProfile
'
,
},
},
});
});
});
});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment