AC-550 When user views inventory update status (by clicking on the status link) an alert at the top of the dialog will show when the error is caused by a license violation.

This commit is contained in:
Chris Houseknecht
2013-11-20 03:45:31 +00:00
parent 059047ab77
commit ebd6973f6b
6 changed files with 58 additions and 77 deletions

View File

@@ -63,7 +63,7 @@ angular.module('ActivityDetailDefinition', [])
},
changes: {
label: 'Changes',
type: 'lgtextarea',
type: 'textarea',
ngHide: "!changes || changes =='' || changes == 'null'",
readonly: true
}