[Freeipa-devel] One liner to fix permissions-add page

Adam Young ayoung at redhat.com
Mon Jun 27 16:17:38 UTC 2011


   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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20110627/5e16aa3e/attachment.htm>


More information about the Freeipa-devel mailing list