summaryrefslogtreecommitdiffstats
path: root/install/static/policy.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/policy.js')
-rw-r--r--install/static/policy.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/static/policy.js b/install/static/policy.js
index 26af6aa1..c56e4d51 100644
--- a/install/static/policy.js
+++ b/install/static/policy.js
@@ -252,7 +252,7 @@ function ipa_records_facet(spec){
// that.setup_views(container);
}
- function setup(container, unspecified){
+ function setup(container){
that.pkey = $.bbq.getState(that.entity_name + '-pkey', true) || '';
that.record = $.bbq.getState(that.entity_name + '-record', true) || '';
@@ -515,5 +515,7 @@ ipa_entity_set_details_definition('krbtpolicy', [
input({name:'krbmaxticketlife', label:'Max Ticket Life'})
]);
+IPA.get_entity('krbtpolicy').default_facet = 'details';
+
ipa_entity_set_association_definition('krbtpolicy', {
});