You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/02/05 21:42:18 UTC

[23/30] allura git commit: [#8035] Fix Inverted grouping threshold box

[#8035] Fix Inverted grouping threshold box


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/db424807
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/db424807
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/db424807

Branch: refs/heads/master
Commit: db424807b8ff3647aea975efc9911e8424c2e676
Parents: dabbcf9
Author: Heith Seewald <he...@gmail.com>
Authored: Tue Jan 26 14:19:53 2016 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Feb 5 14:37:21 2016 -0500

----------------------------------------------------------------------
 Allura/allura/public/nf/js/navbar.es6.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/db424807/Allura/allura/public/nf/js/navbar.es6.js
----------------------------------------------------------------------
diff --git a/Allura/allura/public/nf/js/navbar.es6.js b/Allura/allura/public/nf/js/navbar.es6.js
index d027602..ab7bbb5 100644
--- a/Allura/allura/public/nf/js/navbar.es6.js
+++ b/Allura/allura/public/nf/js/navbar.es6.js
@@ -139,7 +139,7 @@ var GroupingThreshold = React.createClass({
     render: function() {
         return (
             <div>
-                { !Boolean(this.props.isHidden) &&
+                { !Boolean(!this.props.isHidden) &&
                 <div id='threshold-config'>
             <span>
               <label htmlFor='threshold-input'>Grouping Threshold</label>