Merge pull request #2494 from mabashian/notification-name-link

Point notification links to the right place
This commit is contained in:
Michael Abashian
2016-06-17 15:44:41 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ export default function(){
key: true, key: true,
label: 'Name', label: 'Name',
columnClass: 'col-md-3 col-sm-9 col-xs-9', columnClass: 'col-md-3 col-sm-9 col-xs-9',
linkTo: '/#/notifications/{{notification_template.id}}' linkTo: '/#/notification_templates/{{notification_template.id}}'
}, },
notification_type: { notification_type: {
label: 'Type', label: 'Type',

View File

@@ -21,7 +21,7 @@ export default function(){
key: true, key: true,
label: 'Name', label: 'Name',
columnClass: 'col-md-3 col-sm-9 col-xs-9', columnClass: 'col-md-3 col-sm-9 col-xs-9',
linkTo: '/#/notifications/{{notifier.id}}', linkTo: '/#/notification_templates/{{notifier.id}}',
}, },
notification_type: { notification_type: {
label: 'Type', label: 'Type',