diff options
| author | Petr Vobornik <pvoborni@redhat.com> | 2015-12-22 14:22:21 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-01-08 10:06:41 +0100 |
| commit | af0e0e5153afdcdf5b8165162ae4ef5d60ecbe0b (patch) | |
| tree | c713573f21d801ff410a45507d75c6ab704bb3d4 | |
| parent | a291ca87803c1cbaeaba60006b52596ad77b7f4b (diff) | |
webui: pwpolicy cospriority field was marked as required
https://fedorahosted.org/freeipa/ticket/5553
Reviewed-By: Martin Basti <mbasti@redhat.com>
| -rw-r--r-- | install/ui/src/freeipa/policy.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/policy.js b/install/ui/src/freeipa/policy.js index 2766c9f5e..6c20cc146 100644 --- a/install/ui/src/freeipa/policy.js +++ b/install/ui/src/freeipa/policy.js @@ -84,7 +84,10 @@ return { other_field: 'cn', required: true }, - 'cospriority' + { + name: 'cospriority', + required: true + } ], height: 300 } |
