You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/25 11:25:09 UTC

[kibble] branch master updated: fix param name

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new 074ba9c  fix param name
074ba9c is described below

commit 074ba9c00333b4d63f11a24c846f4913c36bb9cb
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Oct 25 13:25:00 2017 +0200

    fix param name
---
 api/pages/mail/mood.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/pages/mail/mood.py b/api/pages/mail/mood.py
index 554c0f7..bfdf8fe 100644
--- a/api/pages/mail/mood.py
+++ b/api/pages/mail/mood.py
@@ -195,7 +195,7 @@ def run(API, environ, indata, session):
         
     # If we have a view enabled (and distinguish), compile local view against global view
     # Else, just copy global as local
-    if ss or not indata.get('distinguish'):
+    if ss or not indata.get('relative'):
         res = session.DB.ES.search(
                     index=session.DB.dbname,
                     doc_type="email",

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].