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
95471cfc
Commit
95471cfc
authored
Jun 10, 2016
by
Leigh B Stoller
Browse files
Pass portal genesis through to create_instance.
parent
62996b10
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/instantiate.ajax
View file @
95471cfc
...
...
@@ -724,6 +724,7 @@ function Do_Submit()
{
global
$this_user
;
global
$ajax_args
;
global
$PORTAL_GENESIS
;
global
$TBAUTHDOMAIN
,
$ISAPT
,
$ISPNET
,
$ISEMULAB
,
$DEFAULT_AGGREGATE_URN
;
if
(
!
isset
(
$ajax_args
[
"formfields"
]))
{
...
...
@@ -743,7 +744,7 @@ function Do_Submit()
$formfields
=
$ajax_args
[
"formfields"
];
$am_array
=
Instance
::
DefaultAggregateList
();
$errors
=
array
();
$args
=
array
();
$args
=
array
(
"portal"
=>
$PORTAL_GENESIS
);
$profile
=
Profile
::
Lookup
(
$formfields
[
"profile"
]);
#
...
...
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