|
@@ -161,6 +161,10 @@ function LinksWidget(id, sClass, sAttCode, iInputId, sSuffix, bDuplicates)
|
|
theMap[this.name].push(this.value);
|
|
theMap[this.name].push(this.value);
|
|
$(this).remove(); // Remove the selection for the next time the dialog re-opens
|
|
$(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
|
|
// else
|
|
// {
|
|
// {
|