From: Mike Taylor Date: Wed, 23 Apr 2014 16:16:00 +0000 (+0100) Subject: team.filters returns the filterSet object, not its list. X-Git-Tag: 1.0.0~874 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=95a8624c1f42a9b5c747cfe6f50664e219fba5ec team.filters returns the filterSet object, not its list. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index e1cadb7..2bf3bcb 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -40,7 +40,7 @@ function team($, teamName) { that.currentPage = function() { return m_currentPage; }; that.currentRecordId = function() { return m_currentRecordId; }; that.currentRecordData = function() { return m_currentRecordData; }; - that.filters = function() { return m_filterSet.list(); }; + that.filters = function() { return m_filterSet; }; that.config = function() { return m_config; }; // Accessor methods for individual widgets: writers