You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2016/01/27 21:22:25 UTC

[11/50] allura git commit: [#8044] ticket:889 Add kwargs to notification api

[#8044] ticket:889 Add kwargs to notification api


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

Branch: refs/heads/hs/8035
Commit: 192010517ff09417ff38adabf51e8b1bf60399a9
Parents: e8e7b93
Author: Denis Kotov <de...@gmail.com>
Authored: Wed Jan 20 12:27:56 2016 +0200
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jan 27 12:37:37 2016 -0500

----------------------------------------------------------------------
 Allura/allura/controllers/rest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/19201051/Allura/allura/controllers/rest.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/rest.py b/Allura/allura/controllers/rest.py
index c091874..83c67f8 100644
--- a/Allura/allura/controllers/rest.py
+++ b/Allura/allura/controllers/rest.py
@@ -90,7 +90,7 @@ class RestController(object):
         return summary
 
     @expose('json:')
-    def notification(self, cookie=None):
+    def notification(self, cookie=None, **kw):
         c.api_token = self._authenticate_request()
         if c.api_token:
             c.user = c.api_token.user