From commits-return-9925-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Mon Feb 11 11:12:23 2013 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0236FE8A9 for ; Mon, 11 Feb 2013 11:12:23 +0000 (UTC) Received: (qmail 50164 invoked by uid 500); 11 Feb 2013 11:12:20 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 50064 invoked by uid 500); 11 Feb 2013 11:12:20 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 48264 invoked by uid 99); 11 Feb 2013 11:12:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 11:12:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 575943C724; Mon, 11 Feb 2013 11:12:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [48/50] [abbrv] git commit: Quick fix for tabs and the change in expected data structure Message-Id: <20130211111214.575943C724@tyr.zones.apache.org> Date: Mon, 11 Feb 2013 11:12:14 +0000 (UTC) Quick fix for tabs and the change in expected data structure Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ba682f48 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ba682f48 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ba682f48 Branch: refs/heads/fauxton Commit: ba682f48aa65961877b5a5de0ebfc8a2c87e3db7 Parents: fc3a498 Author: Russell Branca Authored: Wed Feb 6 11:17:15 2013 -0800 Committer: Russell Branca Committed: Wed Feb 6 11:17:15 2013 -0800 ---------------------------------------------------------------------- src/fauxton/app/modules/documents/routes.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ba682f48/src/fauxton/app/modules/documents/routes.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/documents/routes.js b/src/fauxton/app/modules/documents/routes.js index 5e5838d..801fa60 100644 --- a/src/fauxton/app/modules/documents/routes.js +++ b/src/fauxton/app/modules/documents/routes.js @@ -99,7 +99,7 @@ function(app, FauxtonAPI, Documents, Databases) { "#tabs": new Documents.Views.Tabs({ collection: data.designDocs, - database: data.database.id + database: data.database }), "#dashboard-content": new Documents.Views.ViewEditor({ @@ -401,7 +401,7 @@ function(app, FauxtonAPI, Documents, Databases) { "#tabs": new Documents.Views.Tabs({ collection: data.designDocs, - database: data.database.id + database: data.database }) },