AC-457 Fixed non-collapse issue with new help widget. Need to remember to set forceListeners: true in form definition.

This commit is contained in:
chouseknecht 2013-09-12 17:07:37 -04:00
parent 9abf6cd2db
commit bf40a034d3

View File

@ -15,6 +15,7 @@ angular.module('ProjectFormDefinition', [])
editTitle: '{{ name }}', // Title in edit mode
name: 'project', // entity or model name in singular form
well: true, // Wrap the form with TB well
forceListeners: true,
fields: {
name: {