Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/391884 )

Change subject: Change individual amount cutoff to $5000
......................................................................

Change individual amount cutoff to $5000

Change-Id: Id305d616aff081a73864a4bd876f092cb28d548d
---
M widgets/big-english.js
M widgets/top10.js
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/dash 
refs/changes/84/391884/1

diff --git a/widgets/big-english.js b/widgets/big-english.js
index 97d5119..32eaa22 100644
--- a/widgets/big-english.js
+++ b/widgets/big-english.js
@@ -12,7 +12,7 @@
                left: {
                        type: 'eq',
                        left: { type: 'property', name: 'Year' },
-                       right: { type: 'literal', value: '2015' }
+                       right: { type: 'literal', value: '2017' }
                },
                right: {
                        type: 'and',
@@ -24,7 +24,7 @@
                        right: {
                                type: 'lt',
                                left: { type: 'property', name: 'Amount' },
-                               right: { type: 'literal', value: '1000' }
+                               right: { type: 'literal', value: '5000' }
                        }
                }
        }
diff --git a/widgets/top10.js b/widgets/top10.js
index ae8efb5..4bef824 100644
--- a/widgets/top10.js
+++ b/widgets/top10.js
@@ -25,6 +25,6 @@
        defaultFilter: {
                type: 'lt',
                left: { type: 'property', name: 'Amount' },
-               right: { type: 'literal', value: '1000' }
+               right: { type: 'literal', value: '5000' }
        }
 };

-- 
To view, visit https://gerrit.wikimedia.org/r/391884
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id305d616aff081a73864a4bd876f092cb28d548d
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/dash
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to