summaryrefslogtreecommitdiffstats
path: root/install/ui/hbac.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-10-19 18:11:09 -0200
committerEndi S. Dewata <edewata@redhat.com>2011-10-25 15:11:12 +0000
commit09f3e9869a27adc8c07c305a2aa5107690aa1d04 (patch)
tree6712f2293f864e0d314e3c340c90be272ded22fa /install/ui/hbac.js
parentb4ebcad0e0f27ffcad73aa9bd7246f89d0dd7c9f (diff)
downloadfreeipa.git-09f3e9869a27adc8c07c305a2aa5107690aa1d04.tar.gz
freeipa.git-09f3e9869a27adc8c07c305a2aa5107690aa1d04.tar.xz
freeipa.git-09f3e9869a27adc8c07c305a2aa5107690aa1d04.zip
Fixed inconsistent required/optional attributes.
The dialogs and details pages have been modified to use the * symbol to mark required fields. The automount map and the DNS zone dialogs have been modified to update the required fields according to the input type. Ticket #1696, #1973
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r--install/ui/hbac.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js
index c4b4877e..fb57dd15 100644
--- a/install/ui/hbac.js
+++ b/install/ui/hbac.js
@@ -177,8 +177,7 @@ IPA.hbacrule_details_facet = function(spec) {
});
section.text({
- name: 'cn',
- read_only: true
+ name: 'cn'
});
section.textarea({
name: 'description'