Allow to set weight of a server without location

There was a bug when a new server was added it was not possible to set weight until
a location was set. This change corrects it and allows user to set a weight of server
without location.

Part of: https://fedorahosted.org/freeipa/ticket/5905

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Pavel Vomacka 2016-06-10 09:39:36 +02:00 committed by Petr Vobornik
parent a5f48476ad
commit 68c748c2b6

View File

@ -240,7 +240,8 @@ return {
},
{
name: 'ipaserviceweight',
placeholder: '100'
placeholder: '100',
flags: ['w_if_no_aci']
},
{
$type: 'association_table',