Finalizing the pagination: a few bug fixes and some cleanup...

SVN:trunk[1312]
This commit is contained in:
Denis Flaven
2011-06-29 15:09:10 +00:00
parent 12ec9c3ba1
commit 692fd91801

View File

@@ -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
// {