making JOB TEMPLATES tab the last tab on the projects form

This commit is contained in:
Jared Tabor 2017-10-25 09:47:43 -07:00
parent 625c0ad578
commit 5e349590fd

View File

@ -221,9 +221,6 @@ export default ['i18n', 'NotificationsList', 'TemplateList',
},
related: {
templates: {
include: "TemplateList",
},
permissions: {
name: 'permissions',
awToolTip: i18n._('Please save before assigning permissions.'),
@ -271,7 +268,10 @@ export default ['i18n', 'NotificationsList', 'TemplateList',
},
notifications: {
include: "NotificationsList",
}
},
templates: {
include: "TemplateList",
},
}
};