You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by mr...@apache.org on 2016/02/08 21:38:03 UTC

usergrid git commit: Remove deliver from portal send notification as it was defaulting this to 'null' anyways.

Repository: usergrid
Updated Branches:
  refs/heads/master 857c717e9 -> a958b0510


Remove deliver from portal send notification as it was defaulting this to 'null' anyways.


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

Branch: refs/heads/master
Commit: a958b051024820a819d6e259e9c3e72ce0975e39
Parents: 857c717
Author: Michael Russo <mi...@gmail.com>
Authored: Mon Feb 8 09:57:27 2016 -0800
Committer: Michael Russo <mi...@gmail.com>
Committed: Mon Feb 8 09:57:27 2016 -0800

----------------------------------------------------------------------
 portal/js/push/push-send-notification-controller.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/a958b051/portal/js/push/push-send-notification-controller.js
----------------------------------------------------------------------
diff --git a/portal/js/push/push-send-notification-controller.js b/portal/js/push/push-send-notification-controller.js
index a144e5e..5d095ed 100644
--- a/portal/js/push/push-send-notification-controller.js
+++ b/portal/js/push/push-send-notification-controller.js
@@ -54,7 +54,6 @@ AppServices.Controllers.controller('PushSendNotificationCtrl', ['ug', '$scope',
         var type = $scope.send.controlGroup;
         var payload = {
           payloads: {},
-          deliver: null,
           debug: true
         };
         payload.payloads[$scope.send.selectedNotifier._data.name] =