1.
     diff --git a/install/ui/aci.js b/install/ui/aci.js
  2.
     index 077cbeb..1a95af0 100644
  3.
     --- a/install/ui/aci.js
  4.
     +++ b/install/ui/aci.js
  5.
     @@ -393,6 +393,7 @@ IPA.target_section = function(spec) {
  6.
     spec = spec || {};
  7.
  8.
     var that = IPA.details_section(spec);
  9.
     + that.section = true;
 10.
     that.undo = typeof spec.undo == 'undefined' ? true : spec.undo;
 11.
 12.
     that.filter_text = IPA.text_widget({name: 'filter', undo: that.undo});

Pushed to master under the one line rule.

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to