From c880b830cc12b094e149a5dc33ebf4b11471cfa2 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 7 Apr 2017 15:13:32 -0400 Subject: [PATCH] Fix ability to invite team members by email address The boolean logic was inverted Fixes https://www.pivotaltracker.com/story/show/143336925 --- static/directives/team-view-add.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/directives/team-view-add.html b/static/directives/team-view-add.html index 91aa154bb..c4f58d81b 100644 --- a/static/directives/team-view-add.html +++ b/static/directives/team-view-add.html @@ -8,7 +8,7 @@ auto-clear="true" allowed-entities="allowedEntities" pull-right="true" - allow-emails="allowEmail && syncInfo" + allow-emails="allowEmail && !syncInfo" email-message="Press enter to invite the entered e-mail address to this team" ng-show="!addingMember">