Skip to content

Commit

Permalink
fix(template): Remove 'application.accounts' from a few more templates (
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens committed Aug 7, 2017
1 parent 98465e5 commit 3ad66b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The owner email for the following applications matches multiple users:
#foreach($event in $notification.additionalContext.events)
$event.email owns:
#foreach($application in $event.applications)
- $application.name in $application.accounts
- $application.name
#end

#end
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The following users are ex-employees but still own applications. We could not id
#foreach($event in $notification.additionalContext.events)
$event.user.name<$event.user.email> owns...
#foreach($application in $event.applications)
- $application.name in $application.accounts
- $application.name
#end

#end
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The following email addresses are not recognized employee or group addresses but
#foreach($event in $notification.additionalContext.events)
$event.email owns...
#foreach($application in $event.applications)
- $application.name in $application.accounts
- $application.name
#end

#end
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ The following applications have been reassigned to you as their owner is no long
#foreach($event in $notification.additionalContext.events)
$event.user.name<$event.user.email> owned...
#foreach($application in $event.applications)
- $application.name in $application.accounts
- $application.name
#end
#end

0 comments on commit 3ad66b8

Please sign in to comment.