mirror of https://github.com/apache/cloudstack.git
multiEdit: Correctly pass context to header fields
This commit is contained in:
parent
dd52157f09
commit
5b8f5d6ae3
|
|
@ -763,6 +763,7 @@
|
|||
// Setup header fields
|
||||
var showHeaderFields = args.headerFields ? true : false;
|
||||
var headerForm = showHeaderFields ? cloudStack.dialog.createForm({
|
||||
context: context,
|
||||
noDialog: true,
|
||||
form: {
|
||||
fields: args.headerFields
|
||||
|
|
|
|||
Loading…
Reference in New Issue