From c98b27936e99d5c9d6642e1da9f32b77d8570cbb Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Mon, 5 Aug 2013 00:32:20 +0200 Subject: [PATCH] Put peering contract first. If we create one on the go, we lose all fields above, so, offer that one first. --- lib/NGCP/Panel/Form/PeeringGroup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Form/PeeringGroup.pm b/lib/NGCP/Panel/Form/PeeringGroup.pm index 2b2e0da09d..63091cdfc3 100644 --- a/lib/NGCP/Panel/Form/PeeringGroup.pm +++ b/lib/NGCP/Panel/Form/PeeringGroup.pm @@ -48,7 +48,7 @@ has_field 'save' => ( has_block 'fields' => ( tag => 'div', class => [qw/modal-body/], - render_list => [qw/id name priority description contract/], + render_list => [qw/id contract name priority description/], ); has_block 'actions' => (