git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1312 a333f486-631f-4898-b8df-5754b55c2be0
@@ -161,6 +161,10 @@ function LinksWidget(id, sClass, sAttCode, iInputId, sSuffix, bDuplicates)
theMap[this.name].push(this.value);
$(this).remove(); // Remove the selection for the next time the dialog re-opens
});
+ // Retrieve the 'filter' definition
+ var table = $('#ResultsToAdd_member_list').find('table.listResults')[0];
+ theMap['filter'] = table.config.filter;
+ theMap['extra_params'] = table.config.extra_params;
}
// else
// {