Add aw-tool-tip directive to Form > Add disabled tabs, clean up forms

This commit is contained in:
Leigh
2016-05-12 09:26:54 -04:00
parent 4096583b47
commit 03bdf0b1aa
13 changed files with 32 additions and 159 deletions

View File

@@ -116,6 +116,8 @@ export default
related: {
organizations: {
awToolTip: 'Please save before assigning to organizations',
dataPlacement: 'top',
type: 'collection',
title: 'Organizations',
iterator: 'organization',
@@ -136,6 +138,8 @@ export default
hideOnSuperuser: true
},
teams: {
awToolTip: 'Please save before assigning to teams',
dataPlacement: 'top',
type: 'collection',
title: 'Teams',
iterator: 'team',
@@ -156,6 +160,8 @@ export default
hideOnSuperuser: true
},
roles: {
awToolTip: 'Please save before assigning to organizations',
dataPlacement: 'top',
hideSearchAndActions: true,
type: 'collection',
title: 'Permissions',