diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2015-10-29 19:01:09 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-11-27 15:56:59 +0100 |
commit | c688954c27c219cb18aff968fc1f510afff93981 (patch) | |
tree | 704d423b74e85ec1104d56030f67a2d7ce77aa91 /install/ui | |
parent | b4aa222e426c2b3f294432be64d95750dd86bc03 (diff) | |
download | freeipa-c688954c27c219cb18aff968fc1f510afff93981.tar.gz freeipa-c688954c27c219cb18aff968fc1f510afff93981.tar.xz freeipa-c688954c27c219cb18aff968fc1f510afff93981.zip |
topology: treat server suffix as multivalued attribute in API
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'install/ui')
-rw-r--r-- | install/ui/src/freeipa/topology.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/topology.js b/install/ui/src/freeipa/topology.js index 6654a310a..8dfa02a00 100644 --- a/install/ui/src/freeipa/topology.js +++ b/install/ui/src/freeipa/topology.js @@ -220,7 +220,7 @@ return { { name: 'cn', read_only: true }, { name: 'ipamindomainlevel', read_only: true }, { name: 'ipamaxdomainlevel', read_only: true }, - { name: 'iparepltopomanagedsuffix', read_only: true } + { $type: 'multivalued', name: 'iparepltopomanagedsuffix', read_only: true } ] } ] |