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/asf-site Commit: a958b051024820a819d6e259e9c3e72ce0975e39 Parents: 857c717 Author: Michael Russo <[email protected]> Authored: Mon Feb 8 09:57:27 2016 -0800 Committer: Michael Russo <[email protected]> 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] =
