Skip to content

Commit

Permalink
Merge pull request ansible#2044 from jlmitch5/fixInvSourceNotifSearch
Browse files Browse the repository at this point in the history
fix notifications search on inventory source form tab
  • Loading branch information
John Mitchell authored Jun 4, 2018
2 parents bfb8e97 + f9ed429 commit e480639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n){
var notifications_object = {
name: 'notifications',
index: false,
basePath: "notifications",
basePath: "notification_templates",
include: "NotificationsList",
title: i18n._('Notifications'),
iterator: 'notification',
Expand Down

0 comments on commit e480639

Please sign in to comment.