Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Foundation
IT
Websites
membership.eclipse.org
Commits
ed924f45
Commit
ed924f45
authored
Jan 13, 2022
by
Zhou Fang
Browse files
Added form_id in request body when updating wg
parent
98993d47
Pipeline
#1769
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/www/src/Utils/formFunctionHelpers.js
View file @
ed924f45
...
...
@@ -291,6 +291,7 @@ export function matchWGFieldsToBackend(eachWorkingGroupData, formId) {
return
{
id
:
eachWorkingGroupData
?.
id
,
form_id
:
formId
,
working_group
:
eachWorkingGroupData
?.
workingGroup
.
value
,
participation_level
:
eachWorkingGroupData
?.
participationLevel
,
effective_date
:
theDate
.
toISOString
().
replace
(
/.
\d
+Z$/g
,
'
Z
'
),
...
...
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