apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when accessing a db using the url bar, the side panel with db infos does not update

elChapoSing opened this issue · comments

Expected Behavior

the side panel should update

Current Behavior

the side panel does not update

Steps to Reproduce (for bugs)

This will be specific to my setup but easily reproducible. I have monthly dbs to store my time series so the design documents are replicated accross dbs.

  1. I navigate to one db using fauxton interface and I arrive at this URL : http://localhost:5984/_utils/#/database/pnl_ts_2019-10/_design/ts_backtest/_view/ts_pnl_opt
  2. I then want to go to the August db so I just modify the url in the adress bar to point to http://localhost:5984/_utils/#/database/pnl_ts_2019-08/_design/ts_backtest/_view/ts_pnl_opt
  3. The name of the db in the side bar does not update to the new name.

Your Environment

Mozilla Firefox on Windows 7