Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GGCE Web
Commits
ae4ef4f6
Commit
ae4ef4f6
authored
Sep 29, 2021
by
Matija Obreza
Committed by
Maksym Tishchenko
Sep 29, 2021
Browse files
Crop Trait: API endpoint */crop-trait/{cropTraitId}/lang/{sysLangId}* changed to `PUT`
parent
d28218dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
workspaces/client/src/service/CropTraitService.ts
View file @
ae4ef4f6
...
...
@@ -514,7 +514,7 @@ class CropTraitService {
return
this
.
_axios
.
request
({
...
xhrConfig
,
url
:
apiUrl
,
method
:
'
P
OS
T
'
,
method
:
'
P
U
T
'
,
...
content
,
}).
then
(({
data
})
=>
data
as
CropTraitLang
);
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment