mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
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:
parent
9abf6cd2db
commit
bf40a034d3
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user