Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-ui
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WEBGDE-Components
web-ui
Commits
aa4db13d
Commit
aa4db13d
authored
Sep 18, 2023
by
Leonard Ambros II
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolution on WG-393
parent
a311a866
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
XML_Saver.js
...e/WebContent/WebGde-Widgets/Submit/XMLWriter/XML_Saver.js
+2
-2
No files found.
WebGde/WebContent/WebGde-Widgets/Submit/XMLWriter/XML_Saver.js
View file @
aa4db13d
...
@@ -46,7 +46,7 @@ export async function WriteForm(e,metrics,doctype,section) {
...
@@ -46,7 +46,7 @@ export async function WriteForm(e,metrics,doctype,section) {
});
});
fields
[
Object
.
keys
(
lookup
[
fid
]).
includes
(
'aka'
)
?
lookup
[
fid
].
aka
.
replace
(
"field"
,
""
)
:
fid
]
=
selectedValue
;
fields
[
Object
.
keys
(
lookup
[
fid
]).
includes
(
'aka'
)
?
lookup
[
fid
].
aka
.
replace
(
"field"
,
""
)
:
fid
]
=
selectedValue
;
i
+=
radioButtons
.
length
;
//increment the number of radio buttons to skip the other radio button inputs.
i
+=
radioButtons
.
length
-
1
;
//increment the number of radio buttons to skip the other radio button inputs.
continue
;
continue
;
}
}
...
@@ -69,7 +69,7 @@ export async function WriteForm(e,metrics,doctype,section) {
...
@@ -69,7 +69,7 @@ export async function WriteForm(e,metrics,doctype,section) {
});
});
fields
[
Object
.
keys
(
lookup
[
fid
]).
includes
(
'aka'
)
?
lookup
[
fid
].
aka
.
replace
(
"field"
,
""
)
:
fid
]
=
selectedValue
;
fields
[
Object
.
keys
(
lookup
[
fid
]).
includes
(
'aka'
)
?
lookup
[
fid
].
aka
.
replace
(
"field"
,
""
)
:
fid
]
=
selectedValue
;
i
+=
checkboxButtons
.
length
;
//increment the number of checkboxes to skip the checkboxes input
i
+=
checkboxButtons
.
length
-
1
;
//increment the number of checkboxes to skip the checkboxes input
continue
;
continue
;
}
}
fields
[
Object
.
keys
(
lookup
[
fid
]).
includes
(
'aka'
)
?
lookup
[
fid
].
aka
.
replace
(
"field"
,
""
)
:
fid
]
=
Nodes
[
i
].
value
;
fields
[
Object
.
keys
(
lookup
[
fid
]).
includes
(
'aka'
)
?
lookup
[
fid
].
aka
.
replace
(
"field"
,
""
)
:
fid
]
=
Nodes
[
i
].
value
;
...
...
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