Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0358035c
Commit
0358035c
authored
Jun 10, 2016
by
Leigh B Stoller
Browse files
Whacky hacky fix for sudden breakage in the serialization of the formfield
array; there are two versions of the "where" field.
parent
1c6f173b
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/instantiate-new.js
View file @
0358035c
...
...
@@ -827,7 +827,7 @@ function (_, Constraints, sup, ppstart, JacksEditor, wt,
if
(
site
)
{
sites
[
site
[
1
]]
=
field
.
value
;
}
else
{
else
if
(
!
(
field
.
name
==
"
where
"
&&
field
.
value
==
"
(any)
"
))
{
formfields
[
field
.
name
]
=
field
.
value
;
}
});
...
...
Write
Preview
Supports
Markdown
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