Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AEEEBFA4C for ; Fri, 5 Jul 2013 16:53:34 +0000 (UTC) Received: (qmail 1354 invoked by uid 500); 5 Jul 2013 16:53:34 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 1344 invoked by uid 500); 5 Jul 2013 16:53:34 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 1337 invoked by uid 99); 5 Jul 2013 16:53:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 16:53:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 16:53:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5985223888CD; Fri, 5 Jul 2013 16:53:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1500069 - /incubator/ambari/branches/branch-1.4.0/ambari-web/app/views/common/table_view.js Date: Fri, 05 Jul 2013 16:53:11 -0000 To: ambari-commits@incubator.apache.org From: srimanth@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130705165311.5985223888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: srimanth Date: Fri Jul 5 16:53:10 2013 New Revision: 1500069 URL: http://svn.apache.org/r1500069 Log: AMBARI-2572. Hosts page: wrong filter applied after logout/login. (Aleksandr Kovalenko via srimanth) Modified: incubator/ambari/branches/branch-1.4.0/ambari-web/app/views/common/table_view.js Modified: incubator/ambari/branches/branch-1.4.0/ambari-web/app/views/common/table_view.js URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/views/common/table_view.js?rev=1500069&r1=1500068&r2=1500069&view=diff ============================================================================== --- incubator/ambari/branches/branch-1.4.0/ambari-web/app/views/common/table_view.js (original) +++ incubator/ambari/branches/branch-1.4.0/ambari-web/app/views/common/table_view.js Fri Jul 5 16:53:10 2013 @@ -61,6 +61,8 @@ App.TableView = Em.View.extend({ }); } }); + } else { + this.clearFilters(); } Em.run.next(function() {