mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - listView widget - pass context from caller function.
This commit is contained in:
parent
d7214db5ae
commit
dcea0a70f9
|
|
@ -1163,7 +1163,7 @@
|
|||
var showAdd = listViewData.actions.add.preFilter ?
|
||||
listViewData.actions.add.preFilter({
|
||||
context: listViewData.context ?
|
||||
listViewData.context : cloudStack.context
|
||||
listViewData.context : args.context
|
||||
}) : true;
|
||||
|
||||
if (showAdd) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue